wok diff gnome-calculator/receipt @ rev 18801

syslinux: auto unlzma needs size to work
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jan 11 17:54:50 2016 +0100 (2016-01-11)
parents 9e01bc6321ea
children 204f0914c73c
line diff
     1.1 --- a/gnome-calculator/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/gnome-calculator/receipt	Mon Jan 11 17:54:50 2016 +0100
     1.3 @@ -37,15 +37,3 @@
     1.4  	cp -a $install/usr $fs
     1.5  	rm -rf $fs/usr/share/locale
     1.6  }
     1.7 -
     1.8 -post_install()
     1.9 -{
    1.10 -	echo "Processing post-install commands..."
    1.11 -	chroot "$1/" /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
    1.12 -}
    1.13 -
    1.14 -post_remove()
    1.15 -{
    1.16 -	echo "Processing post-remove commands..."
    1.17 -	chroot "$1/" /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
    1.18 -}