wok diff atril/receipt @ rev 18979

Up tazlito(419)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Mar 14 23:42:02 2016 +0200 (2016-03-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	Mon Mar 14 23:42:02 2016 +0200
     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  }