wok diff gdk-pixbuf/receipt @ rev 19017

slitaz-arm-adm, slitaz-arm-codex, slitaz-arm-configs: hard code version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 01 10:34:29 2016 +0200 (2016-04-01)
parents a755a8e0a6e5
children a78610b2eb47
line diff
     1.1 --- a/gdk-pixbuf/receipt	Sat Feb 14 09:48:57 2015 +0000
     1.2 +++ b/gdk-pixbuf/receipt	Fri Apr 01 10:34:29 2016 +0200
     1.3 @@ -51,7 +51,6 @@
     1.4  # Pre and post install commands for Tazpkg.
     1.5  post_install()
     1.6  {
     1.7 -	echo -n "Updating gdk pixbuf loaders cache file..."
     1.8 -	chroot $1/ /usr/bin/gdk-pixbuf-query-loaders --update-cache
     1.9 -	status
    1.10 +	# Updating gdk pixbuf loaders cache file...
    1.11 +	chroot "$1/" /usr/bin/gdk-pixbuf-query-loaders --update-cache
    1.12  }