summaryrefslogtreecommitdiffstats
path: root/academic/tuxtype2/doinst.sh
diff options
context:
space:
mode:
author MagicMan2010-05-11 13:59:51 +0200
committer Michiel van Wessem2010-05-11 13:59:51 +0200
commit7158e9e75ac46ccc923a9cf285ebf94900993200 (patch)
tree97003f8980ab450ba476ddba9a06a7f28e7aeb7f /academic/tuxtype2/doinst.sh
parent3676aff5fb454883e1f00bb27deffd1319867ba5 (diff)
downloadslackbuilds-7158e9e75ac46ccc923a9cf285ebf94900993200.tar.gz
academic/tuxtype2: Initial import
Diffstat (limited to 'academic/tuxtype2/doinst.sh')
-rw-r--r--academic/tuxtype2/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/academic/tuxtype2/doinst.sh b/academic/tuxtype2/doinst.sh
new file mode 100644
index 0000000000..98d466d8b9
--- /dev/null
+++ b/academic/tuxtype2/doinst.sh
@@ -0,0 +1,3 @@
+if [ -x usr/bin/update-desktop-database ]; then
+ ./usr/bin/update-desktop-database ./usr/share/applications >/dev/null 2>&1
+fi