summaryrefslogtreecommitdiffstats
path: root/system/tmuxp/doinst.sh
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2014-03-31 12:35:21 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-04-07 14:43:38 +0700
commit3b35ab0266c5454f643b6f0c0d44a8d716fee96f (patch)
treebd5664e8d01707b96b2f19523cad62874d74669c /system/tmuxp/doinst.sh
parent5d5e08ec6ac7f4994c0655cd55000c0ccaca6afa (diff)
downloadslackbuilds-3b35ab0266c5454f643b6f0c0d44a8d716fee96f.tar.gz
slackbuilds-3b35ab0266c5454f643b6f0c0d44a8d716fee96f.tar.xz
system/tmuxp: Updated for version 0.1.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/tmuxp/doinst.sh')
-rw-r--r--system/tmuxp/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/tmuxp/doinst.sh b/system/tmuxp/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/system/tmuxp/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