summaryrefslogtreecommitdiffstats
path: root/network/etherpoke/doinst.sh
diff options
context:
space:
mode:
author Dimitris Zlatanidis2015-01-08 09:05:39 +0100
committer Willy Sudiarto Raharjo2015-01-08 09:05:39 +0100
commit5aff91909fbd42d91f861862c413f7e05f27be47 (patch)
tree726744f59e9e48e0454c9fc760daaf1190532d7b /network/etherpoke/doinst.sh
parent59d5b6f6a05d8229475c4f4b95fc6a187b204b94 (diff)
downloadslackbuilds-5aff91909fbd42d91f861862c413f7e05f27be47.tar.gz
network/etherpoke: Added (scriptable network session monitor).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/etherpoke/doinst.sh')
-rw-r--r--network/etherpoke/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/network/etherpoke/doinst.sh b/network/etherpoke/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/network/etherpoke/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