wok annotate slim-theme-sandfive/receipt @ rev 19324
syslinux: adjust custom conf location
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jul 14 10:28:07 2016 +0200 (2016-07-14) |
parents | dfef8de3d270 |
children | 16bbdc96072c |
rev | line source |
---|---|
al@16779 | 1 # SliTaz package receipt. |
al@16779 | 2 |
al@16779 | 3 PACKAGE="slim-theme-sandfive" |
al@16779 | 4 VERSION="1.0-20140601" |
al@19169 | 5 CATEGORY="customization" |
al@16779 | 6 SHORT_DESC="SliTaz SandFive - theme for SLiM" |
al@16779 | 7 MAINTAINER="holkfoor@gmail.com" |
al@16779 | 8 LICENSE="CC-BY" |
al@16779 | 9 WEB_SITE="http://www.slitaz.org/" |
al@16779 | 10 |
al@16779 | 11 DEPENDS="slim slitaz-configs-base" |
al@16779 | 12 BUILD_DEPENDS="" |
al@16779 | 13 |
al@16779 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@16779 | 15 genpkg_rules() |
al@16779 | 16 { |
al@16779 | 17 theme=$fs/usr/share/slim/themes/sandfive |
al@16779 | 18 mkdir -p $theme |
al@16779 | 19 cp -a $stuff/* $theme |
al@16779 | 20 } |
al@16779 | 21 |
al@16779 | 22 post_install() |
al@16779 | 23 { |
pascal@17552 | 24 chroot "$1/" slim-theme -ssandfive |
al@16779 | 25 } |
al@16779 | 26 |
al@16779 | 27 pre_remove() |
al@16779 | 28 { |
pascal@17552 | 29 chroot "$1/" slim-theme -fsandfive |
al@16779 | 30 } |