summaryrefslogtreecommitdiffstats
path: root/graphics/pcx-pixbuf-loader/doinst.sh
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2019-12-29 11:11:43 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-12-29 11:11:43 +0700
commite51925f6cea571efc9231046e8e3fd77ba263dfb (patch)
tree24612ead50d7c7b8a14126a89667db6d6223c7d1 /graphics/pcx-pixbuf-loader/doinst.sh
parent71d28f216c42475bf787076e54568d62927a711f (diff)
downloadslackbuilds-e51925f6cea571efc9231046e8e3fd77ba263dfb.tar.gz
slackbuilds-e51925f6cea571efc9231046e8e3fd77ba263dfb.tar.xz
graphics/pcx-pixbuf-loader: Added (PCX loader for gdk-pixbuf2).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/pcx-pixbuf-loader/doinst.sh')
-rw-r--r--graphics/pcx-pixbuf-loader/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/pcx-pixbuf-loader/doinst.sh b/graphics/pcx-pixbuf-loader/doinst.sh
new file mode 100644
index 0000000000..364414cfa1
--- /dev/null
+++ b/graphics/pcx-pixbuf-loader/doinst.sh
@@ -0,0 +1,3 @@
+if [ -x /usr/bin/update-gdk-pixbuf-loaders ]; then
+ /usr/bin/update-gdk-pixbuf-loaders >/dev/null 2>&1
+fi