diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-05-06 08:52:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-05-12 07:35:43 +0700 |
commit | 9518ce5b51271d584cca76f4cd98461b1d386c66 (patch) | |
tree | 70b51c1975b9b901fb4d0031fbbd2358f5c1a73c /system/ttop/doinst.sh | |
parent | 9020088824b051ca46106790a2e3c022b9345de2 (diff) | |
download | slackbuilds-9518ce5b51271d584cca76f4cd98461b1d386c66.tar.gz |
system/ttop: Updated for version 0.8.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/ttop/doinst.sh')
-rw-r--r-- | system/ttop/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/ttop/doinst.sh b/system/ttop/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/system/ttop/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 |