wok diff gvfs/receipt @ rev 18855

syslinux/c32box.c32: show detected features.
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 26 09:24:12 2016 +0100 (2016-01-26)
parents 6ef82f80de3c
children 86790a278e70
line diff
     1.1 --- a/gvfs/receipt	Tue Oct 28 17:37:52 2014 +0200
     1.2 +++ b/gvfs/receipt	Tue Jan 26 09:24:12 2016 +0100
     1.3 @@ -39,14 +39,7 @@
     1.4  	. $stuff/split
     1.5  }
     1.6  
     1.7 -post_install()
     1.8 -{
     1.9 -	echo "Processing post-install commands..."
    1.10 -	chroot $1/ /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
    1.11 -}
    1.12 -
    1.13  post_remove()
    1.14  {
    1.15 -	echo "Processing post-remove commands..."
    1.16 -	chroot $1/ /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
    1.17 +	chroot "$1/" /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
    1.18  }