diff options
author | John Berger <insomniactoo@localnet.com> | 2012-12-11 10:46:17 +0100 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-12-11 16:23:07 -0500 |
commit | cfd90f0af593e6f17f8c69fdd040ab63b5ef20a0 (patch) | |
tree | e82cbc9e50eb7b89853be40c6d7a3b24538f51f3 /graphics/kim4/doinst.sh | |
parent | 8605168a123ea7da106b2733af127174fa326a99 (diff) |
graphics/kim4: Added (KDE4 image manipulation).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'graphics/kim4/doinst.sh')
-rw-r--r-- | graphics/kim4/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/kim4/doinst.sh b/graphics/kim4/doinst.sh new file mode 100644 index 000000000000..5fb28930db0b --- /dev/null +++ b/graphics/kim4/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 |