wok view slim-theme-control/receipt @ rev 19683

Add: mate (a package to install all MATE desktop at once)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 12 00:43:16 2017 +0100 (2017-02-12)
parents dfef8de3d270
children 16bbdc96072c
line source
1 # SliTaz package receipt.
3 PACKAGE="slim-theme-control"
4 VERSION="1.0-20130609"
5 CATEGORY="customization"
6 SHORT_DESC="Control - theme for SLiM"
7 MAINTAINER="holkfoor@gmail.com"
8 LICENSE="CC-BY"
9 WEB_SITE="http://www.slitaz.org/"
11 DEPENDS="slim slitaz-configs-base"
12 BUILD_DEPENDS=""
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 theme=$fs/usr/share/slim/themes/control
18 mkdir -p $theme
19 cp -a $stuff/* $theme
20 }
22 post_install()
23 {
24 chroot "$1/" slim-theme -scontrol
25 }
27 pre_remove()
28 {
29 chroot "$1/" slim-theme -fcontrol
30 }