hooks/post-install/04-create-xbps-medata-scripts.sh: automatically

handle gtk-pixbuf-loaders
This commit is contained in:
maxice8 2018-08-18 20:23:39 -03:00
parent 5fc97adca0
commit 88f96346d4
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 7 additions and 0 deletions

View File

@ -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