summaryrefslogtreecommitdiffstats
path: root/network/cmst/doinst.sh
diff options
context:
space:
mode:
author Diego Borghetti2015-03-15 18:27:19 +0100
committer Willy Sudiarto Raharjo2015-03-15 18:27:19 +0100
commit04613edf7f8e02d2d64dfdf067e3260e24159d55 (patch)
tree7cb71dc4e3f7107b79cea1892b05a36f9200c043 /network/cmst/doinst.sh
parentef31dbbd667a410c0c7de0292f0e91a0342d2c3b (diff)
downloadslackbuilds-04613edf7f8e02d2d64dfdf067e3260e24159d55.tar.gz
network/cmst: Added (GUI for connman daemon).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/cmst/doinst.sh')
-rw-r--r--network/cmst/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/network/cmst/doinst.sh b/network/cmst/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/network/cmst/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