wok diff atril/receipt @ rev 18921

slitaz-i18n: remove files common to glibc-base from locale-* packages
glibc-extra-samba: 100% common to glibc-base; to remove?
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Feb 24 22:42:08 2016 +0200 (2016-02-24)
parents 5caa6594da47
children 7f39549720b8
line diff
     1.1 --- a/atril/receipt	Sat Oct 17 13:37:02 2015 -0300
     1.2 +++ b/atril/receipt	Wed Feb 24 22:42:08 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  }