diff graphics/gdk-pixbuf/gdk-pixbuf-post.sh @ 523:b1690d766bdb

graphics: use new FHS
author David Demelier <markand@malikania.fr>
date Tue, 09 Apr 2019 20:04:48 +0200
parents 5f4eefa4909d
children 00b288a5599a
line wrap: on
line diff
--- a/graphics/gdk-pixbuf/gdk-pixbuf-post.sh	Tue Apr 09 19:50:31 2019 +0200
+++ b/graphics/gdk-pixbuf/gdk-pixbuf-post.sh	Tue Apr 09 20:04:48 2019 +0200
@@ -16,7 +16,7 @@
 #
 
 if [ "$1" = "install" ]; then
-	chroot $DESTDIR /usr/bin/gdk-pixbuf-query-loaders --update-cache
+	chroot $DESTDIR /bin/gdk-pixbuf-query-loaders --update-cache
 elif [ "$1" = "uninstall" ]; then
-	rm -f $DESTDIR/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
+	rm -f $DESTDIR/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
 fi