summaryrefslogtreecommitdiff
path: root/office/Ted/doinst.sh
diff options
context:
space:
mode:
authorHannes Worst <hannesworst@gmail.com>2010-05-13 01:00:29 +0200
committerMichiel van Wessem <michiel@slackbuilds.org>2010-05-13 01:00:29 +0200
commita9006feb8e2054f822b8461795a50319d0f56bee (patch)
treebe728f45a84ada82bc3beffe2cc3a184885296ba /office/Ted/doinst.sh
parent9986aeb7d2fd0730fdcd88e01a0fb5ad871cf74b (diff)
downloadslackbuilds-a9006feb8e2054f822b8461795a50319d0f56bee.tar.gz
office/Ted: Added to 13.0 repository
Diffstat (limited to 'office/Ted/doinst.sh')
-rw-r--r--office/Ted/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/office/Ted/doinst.sh b/office/Ted/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/office/Ted/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