wok rev 13176

librsvg: do not use removed gdk-pixbuf-query-loaders
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jul 30 12:02:51 2012 +0200 (2012-07-30)
parents cae46feb2397
children 1a44c7c68079
files librsvg/receipt
line diff
     1.1 --- a/librsvg/receipt	Mon Jul 30 10:59:32 2012 +0200
     1.2 +++ b/librsvg/receipt	Mon Jul 30 12:02:51 2012 +0200
     1.3 @@ -44,10 +44,3 @@
     1.4  	chroot $1/ /usr/bin/gdk-pixbuf-query-loaders --update-cache
     1.5  	status
     1.6  }
     1.7 -
     1.8 -post_remove()
     1.9 -{
    1.10 -	echo -n "Updating gdk pixbuf loaders cache file..."
    1.11 -	chroot $1/ /usr/bin/gdk-pixbuf-query-loaders --update-cache
    1.12 -	status
    1.13 -}