diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-01-08 15:05:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-08 15:05:39 +0700 |
commit | 5aff91909fbd42d91f861862c413f7e05f27be47 (patch) | |
tree | 726744f59e9e48e0454c9fc760daaf1190532d7b /network/etherpoke/doinst.sh | |
parent | 59d5b6f6a05d8229475c4f4b95fc6a187b204b94 (diff) | |
download | slackbuilds-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.sh | 3 |
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 |