wok diff mate-panel/receipt @ rev 19649

syslinux/iso2exe: fix gzsize
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jan 22 14:07:37 2017 +0100 (2017-01-22)
parents 9e01bc6321ea
children a87ef96746f0
line diff
     1.1 --- a/mate-panel/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/mate-panel/receipt	Sun Jan 22 14:07:37 2017 +0100
     1.3 @@ -21,7 +21,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	./autogen.sh                   \
     1.8 +	./autogen.sh               \
     1.9  		--prefix=/usr          \
    1.10  		--sysconfdir=/etc      \
    1.11  		--localstatedir=/var   \
    1.12 @@ -40,20 +40,8 @@
    1.13  	cp -a $install/usr/libexec $fs/usr
    1.14  	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.15  	rm -rf $install/usr/share/help
    1.16 -	
    1.17 +
    1.18  	# Autostart
    1.19 -        mkdir -p $fs/etc/xdg/autostart/
    1.20 +	mkdir -p $fs/etc/xdg/autostart/
    1.21  	cp -a $install/usr/share/applications/* $fs/etc/xdg/autostart/
    1.22  }
    1.23 -
    1.24 -post_install()
    1.25 -{
    1.26 -	echo "Processing post-install commands..."
    1.27 -	chroot "$1/" /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
    1.28 -}
    1.29 -
    1.30 -post_remove()
    1.31 -{
    1.32 -	echo "Processing post-remove commands..."
    1.33 -	chroot "$1/" /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
    1.34 -}