diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-07-19 00:00:29 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-07-19 00:00:29 +0700 |
commit | 4997062b105ed911c7ba8d40290fbce6b328ffc6 (patch) | |
tree | 2da331d5872a8e9574fecd2499c80f20960f4352 /graphics/phatch/doinst.sh | |
parent | 38caaf00887b45348fdedcd8e28936e0690a087e (diff) | |
download | slackbuilds-4997062b105ed911c7ba8d40290fbce6b328ffc6.tar.gz |
graphics/phatch: Added (GUI photo batch processor).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/phatch/doinst.sh')
-rw-r--r-- | graphics/phatch/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/phatch/doinst.sh b/graphics/phatch/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/graphics/phatch/doinst.sh @@ -0,0 +1,3 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi |