wok-next annotate slim-theme-robotic/receipt @ rev 19702
unionfs-fuse: do not define function twice (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Apr 26 12:04:09 2017 +0200 (2017-04-26) |
parents | dfef8de3d270 |
children | 0b724e182c2c |
rev | line source |
---|---|
al@14723 | 1 # SliTaz package receipt. |
al@14723 | 2 |
al@14723 | 3 PACKAGE="slim-theme-robotic" |
al@14723 | 4 VERSION="1.0-20130609" |
al@19169 | 5 CATEGORY="customization" |
al@14723 | 6 SHORT_DESC="Robotic - theme for SLiM" |
al@14723 | 7 MAINTAINER="holkfoor@gmail.com" |
al@14723 | 8 LICENSE="CC-BY" |
al@14723 | 9 WEB_SITE="http://www.slitaz.org/" |
al@14723 | 10 |
al@14723 | 11 DEPENDS="slim slitaz-configs-base" |
al@14723 | 12 BUILD_DEPENDS="" |
al@14723 | 13 |
al@14723 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@14723 | 15 genpkg_rules() |
al@14723 | 16 { |
al@14723 | 17 theme=$fs/usr/share/slim/themes/robotic |
al@14723 | 18 mkdir -p $theme |
al@14723 | 19 cp -a $stuff/* $theme |
al@14723 | 20 } |
al@14723 | 21 |
al@14723 | 22 post_install() |
al@14723 | 23 { |
pascal@17552 | 24 chroot "$1/" slim-theme -srobotic |
al@14723 | 25 } |
al@14723 | 26 |
al@14723 | 27 pre_remove() |
al@14723 | 28 { |
pascal@17552 | 29 chroot "$1/" slim-theme -frobotic |
al@14723 | 30 } |