From 88f96346d4111bb5891ad749a9a4efda224844b6 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 18 Aug 2018 20:23:39 -0300 Subject: [PATCH] hooks/post-install/04-create-xbps-medata-scripts.sh: automatically handle gtk-pixbuf-loaders --- .../hooks/post-install/04-create-xbps-metadata-scripts.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/common/hooks/post-install/04-create-xbps-metadata-scripts.sh b/common/hooks/post-install/04-create-xbps-metadata-scripts.sh index f35d145f84..cd0a6386cb 100644 --- a/common/hooks/post-install/04-create-xbps-metadata-scripts.sh +++ b/common/hooks/post-install/04-create-xbps-metadata-scripts.sh @@ -243,6 +243,13 @@ _EOF _add_trigger gsettings-schemas fi # + # Handle gdk-pixbuf loadable modules in /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders + # with gdk-pixbuf-loaders + # + if [ -d ${PKGDESTDIR}/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders ]; then + _add_trigger gdk-pixbuf-loaders + fi + # # Handle mime database in /usr/share/mime with update-mime-database. # if [ -d ${PKGDESTDIR}/usr/share/mime ]; then