summaryrefslogtreecommitdiffstats
path: root/office/Ted/doinst.sh
diff options
context:
space:
mode:
author Hannes Worst2011-12-17 01:52:17 +0100
committer Niels Horn2011-12-17 01:52:17 +0100
commitd38f04b6902609269ea3bc9b8e94119e51b89748 (patch)
tree29ab0af3f6a563713fd5b35ec38350185c1c3fc5 /office/Ted/doinst.sh
parentdbe996e4b04aa6eb38595904e7deebe968ad444d (diff)
downloadslackbuilds-d38f04b6902609269ea3bc9b8e94119e51b89748.tar.gz
office/Ted: Added (lightweight WYSIWYG wordprocessor)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
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