diff graphics/gdk-pixbuf/gdk-pixbuf-post.sh @ 709:263453ab2372

vanilla: add busybox post script for every packages
author David Demelier <markand@malikania.fr>
date Fri, 02 Aug 2019 21:00:00 +0200
parents 00b288a5599a
children ddab65a5b3f5
line wrap: on
line diff
--- a/graphics/gdk-pixbuf/gdk-pixbuf-post.sh	Fri Aug 02 20:50:00 2019 +0200
+++ b/graphics/gdk-pixbuf/gdk-pixbuf-post.sh	Fri Aug 02 21:00:00 2019 +0200
@@ -15,8 +15,8 @@
 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #
 
-if [ "$1" = "install" ]; then
+if [ "$1" = "post-install" ]; then
 	/bin/gdk-pixbuf-query-loaders --update-cache
-elif [ "$1" = "uninstall" ]; then
+elif [ "$1" = "post-uninstall" ]; then
 	rm -f /lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
 fi