wok view slim-theme-default/receipt @ rev 25401

updated vorbis-tools (1.4.0 -> 1.4.2)
author Hans-G?nter Theisgen
date Tue Aug 02 14:59:23 2022 +0100 (22 months ago)
parents 6135577f4d08
children ad0bc3efbf37
line source
1 # SliTaz package receipt.
3 PACKAGE="slim-theme-default"
4 VERSION="1.3.6"
5 CATEGORY="customization"
6 SHORT_DESC="Default theme bundled with SLiM."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://sourceforge.net/projects/slim.berlios/"
11 RELATED="slim slim-pam"
12 DEPENDS="slim"
13 WANTED="slim"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/share/slim
19 cp -a $install/usr/share/slim/themes $fs/usr/share/slim
20 }
22 post_install()
23 {
24 chroot "$1/" slim-theme -sdefault
25 }
27 pre_remove()
28 {
29 chroot "$1/" slim-theme -fdefault
30 }