wok view blinder-theme/receipt @ rev 18491

lxpanel,pcmanfm: stuff/autostart: update NotShowIn
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sat Oct 10 19:39:47 2015 +0200 (2015-10-10)
parents
children fca172c323cf
line source
1 # SliTaz package receipt.
3 PACKAGE="blinder-theme"
4 VERSION="1.0"
5 CATEGORY="x-window"
6 SHORT_DESC="SliTaz Blinder theme for GTK+2 and Openbox"
7 MAINTAINER="hackdorte@sapo.pt"
8 LICENSE="PublicDomain"
9 WEB_SITE="http://hackdorte.tumblr.com"
11 DEPENDS="murrine openbox"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/share/themes
17 cp -a stuff/* $fs/usr/share/themes
18 }
20 post_install()
21 {
22 tazbox notify "Blinder Theme \n\n Successfully installed!"
23 }