wok rev 7769

Changed gdk-pixbuf post_install to --update-cache instead of creating a file in /etc/gtk-2.0. The file will now be in /usr/lib/gdk-pixbuf-2.0/2.10.0/ folder. This should fix problems with programs using .gif and .svg image files.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Dec 22 19:10:02 2010 +0000 (2010-12-22)
parents e6a70398c32d
children 47f1b21bacb9
files gdk-pixbuf/receipt
line diff
     1.1 --- a/gdk-pixbuf/receipt	Wed Dec 22 18:53:04 2010 +0000
     1.2 +++ b/gdk-pixbuf/receipt	Wed Dec 22 19:10:02 2010 +0000
     1.3 @@ -37,9 +37,6 @@
     1.4  # Pre and post install commands for Tazpkg.
     1.5  post_install()
     1.6  {
     1.7 -	local arg
     1.8 -	echo "Processing post-install commands..."
     1.9 -	mkdir -p $1/etc/gtk-2.0/
    1.10 -	chroot $1/ /usr/bin/gdk-pixbuf-query-loaders > $1/etc/gtk-2.0/gdk-pixbuf.loaders
    1.11 -
    1.12 +	echo "Updating /usr/lib/gdk-pixbuf/2.10.0/loaders.cache file..."
    1.13 +	chroot $1/ /usr/bin/gdk-pixbuf-query-loaders --update-cache
    1.14  }