diff options
author | JK Wood <joshuakwood@gmail.com> | 2014-07-21 19:19:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-07-22 06:12:44 +0700 |
commit | 256a0c56a072cb1f1632e49adff009e372a82bf6 (patch) | |
tree | 671dcd1e7cf32f019e09288fe4cdd17c3b7dda80 /ham/xfhell/doinst.sh | |
parent | 043b31f18aad0a92e3473c78b59e3095c4879d4a (diff) | |
download | slackbuilds-256a0c56a072cb1f1632e49adff009e372a82bf6.tar.gz |
ham/xfhell: Added desktop file and icon.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ham/xfhell/doinst.sh')
-rw-r--r-- | ham/xfhell/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ham/xfhell/doinst.sh b/ham/xfhell/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/ham/xfhell/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 |