diff options
author | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 15:18:39 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 15:18:39 +0200 |
commit | 39850cb3670af76671643c6ed11c229637f73427 (patch) | |
tree | 07f5062bc5ba483cfe0444095118d313199aafae /system/htop/doinst.sh | |
parent | d27e9954b835827705218b11bcd1ae39c12a81f2 (diff) |
system/htop: Initial import
Diffstat (limited to 'system/htop/doinst.sh')
-rw-r--r-- | system/htop/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/htop/doinst.sh b/system/htop/doinst.sh new file mode 100644 index 0000000000000..eec7ae1d81a1c --- /dev/null +++ b/system/htop/doinst.sh @@ -0,0 +1,4 @@ +if [ -x usr/bin/update-desktop-database ]; then + usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1 +fi + |