diff options
author | B. Watson <yalhcru@gmail.com> | 2019-12-29 11:17:49 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-29 11:17:49 +0700 |
commit | bd1a7fd096cf42895510ebcd2b0c9411bd5e98cf (patch) | |
tree | bef915f309cf976513a8c4de6c31f68247617ba5 /graphics/gdk-pixbuf-psd/doinst.sh | |
parent | bfcb447214296edd29bc4c148334fa87731bbce9 (diff) |
graphics/gdk-pixbuf-psd: Added (gdk-pixbuf2 loader for PSD files).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/gdk-pixbuf-psd/doinst.sh')
-rw-r--r-- | graphics/gdk-pixbuf-psd/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/gdk-pixbuf-psd/doinst.sh b/graphics/gdk-pixbuf-psd/doinst.sh new file mode 100644 index 0000000000..364414cfa1 --- /dev/null +++ b/graphics/gdk-pixbuf-psd/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 |