diff options
author | maxice8 <thinkabit.ukim@gmail.com> | 2018-08-18 23:23:39 +0000 |
---|---|---|
committer | maxice8 <thinkabit.ukim@gmail.com> | 2018-08-23 20:16:47 +0000 |
commit | 88f96346d4111bb5891ad749a9a4efda224844b6 (patch) | |
tree | bd033cf360b95be10eedadc2dd60af78229d9cf8 /common/hooks/post-install | |
parent | 5fc97adca0ed90abd5ff0205284c15569027ac12 (diff) | |
download | void-packages-88f96346d4111bb5891ad749a9a4efda224844b6.tar void-packages-88f96346d4111bb5891ad749a9a4efda224844b6.tar.gz void-packages-88f96346d4111bb5891ad749a9a4efda224844b6.tar.bz2 void-packages-88f96346d4111bb5891ad749a9a4efda224844b6.tar.lz void-packages-88f96346d4111bb5891ad749a9a4efda224844b6.tar.xz void-packages-88f96346d4111bb5891ad749a9a4efda224844b6.tar.zst void-packages-88f96346d4111bb5891ad749a9a4efda224844b6.zip |
hooks/post-install/04-create-xbps-medata-scripts.sh: automatically
handle gtk-pixbuf-loaders
Diffstat (limited to 'common/hooks/post-install')
-rw-r--r-- | common/hooks/post-install/04-create-xbps-metadata-scripts.sh | 7 |
1 files changed, 7 insertions, 0 deletions
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 f35d145f848..cd0a6386cb2 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 |