wok diff atril/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents 5caa6594da47
children 7f39549720b8
line diff
     1.1 --- a/atril/receipt	Sat Oct 17 13:37:02 2015 -0300
     1.2 +++ b/atril/receipt	Sun Feb 14 22:06:06 2016 +0100
     1.3 @@ -44,14 +44,7 @@
     1.4  	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
     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  }