summaryrefslogtreecommitdiffstats
path: root/office/abiword/doinst.sh
diff options
context:
space:
mode:
author Martin Lefebvre <dadexter@sekurity.com>2010-05-11 15:03:01 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-11 15:03:01 +0200
commit2bffe55bf6b7a351ee7331422bce682124dc21e1 (patch)
tree0e527f8b73234c67eee905ca4590ebf8ce2e18c6 /office/abiword/doinst.sh
parentdb2631d6e20c27fd3b1c42cd0cfb70f3b8cb8e5a (diff)
downloadslackbuilds-2bffe55bf6b7a351ee7331422bce682124dc21e1.tar.gz
slackbuilds-2bffe55bf6b7a351ee7331422bce682124dc21e1.tar.xz
office/abiword: Initial import
Diffstat (limited to 'office/abiword/doinst.sh')
-rw-r--r--office/abiword/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/office/abiword/doinst.sh b/office/abiword/doinst.sh
new file mode 100644
index 0000000000..cbc484f9f1
--- /dev/null
+++ b/office/abiword/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