diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-03-22 09:25:29 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-03-22 09:51:50 +0700 |
commit | 68c6370dc6e69f4b63fe64b20caa9f950369ded4 (patch) | |
tree | fb6a79adcc2a6099177d665aaad2b67f7d3709f0 /graphics/phototonic/doinst.sh | |
parent | 4d6531e78ebf4848af4112e8a855821b0251ab9b (diff) | |
download | slackbuilds-68c6370dc6e69f4b63fe64b20caa9f950369ded4.tar.gz |
graphics/phototonic: Added (image viewer).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/phototonic/doinst.sh')
-rw-r--r-- | graphics/phototonic/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/phototonic/doinst.sh b/graphics/phototonic/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/graphics/phototonic/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 |