wok diff spl/receipt @ rev 19057

Add time.is.desktop, update/shrink icons
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 21 01:19:33 2016 +0300 (2016-04-21)
parents 95fca5088310
children e8609d0658d7
line diff
     1.1 --- a/spl/receipt	Mon Feb 03 15:41:09 2014 +0000
     1.2 +++ b/spl/receipt	Thu Apr 21 01:19:33 2016 +0300
     1.3 @@ -16,7 +16,6 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8  	./configure --prefix=/usr \
     1.9  		--mandir=/usr/share/man \
    1.10  		--with-linux=/usr/src/linux \
    1.11 @@ -33,16 +32,3 @@
    1.12  	cp -a $install/usr/sbin $fs/usr
    1.13  	cp -a $install/lib $fs
    1.14  }
    1.15 -
    1.16 -# Post install/remove commands for Tazpkg.
    1.17 -post_install()
    1.18 -{
    1.19 -	echo "Processing post-install commands..."
    1.20 -	chroot "$root/" depmod -a ${EXTRAVERSION#_}-slitaz
    1.21 -}
    1.22 -
    1.23 -post_remove()
    1.24 -{
    1.25 -	echo "Processing post-remove commands..."
    1.26 -	chroot "$root/" depmod -a ${EXTRAVERSION#_}-slitaz
    1.27 -}