diff graphics/gdk-pixbuf/gdk-pixbuf-post.sh @ 703:00b288a5599a

vanilla: update all post scripts
author David Demelier <markand@malikania.fr>
date Fri, 02 Aug 2019 12:15:08 +0200
parents b1690d766bdb
children 263453ab2372
line wrap: on
line diff
--- a/graphics/gdk-pixbuf/gdk-pixbuf-post.sh	Fri Aug 02 12:14:22 2019 +0200
+++ b/graphics/gdk-pixbuf/gdk-pixbuf-post.sh	Fri Aug 02 12:15:08 2019 +0200
@@ -16,7 +16,7 @@
 #
 
 if [ "$1" = "install" ]; then
-	chroot $DESTDIR /bin/gdk-pixbuf-query-loaders --update-cache
+	/bin/gdk-pixbuf-query-loaders --update-cache
 elif [ "$1" = "uninstall" ]; then
-	rm -f $DESTDIR/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
+	rm -f /lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
 fi