diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-04-14 00:10:29 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-14 00:31:30 +0700 |
commit | 036aad6ecf437c51851791c76e789fa51985e146 (patch) | |
tree | 552a6efe531127346a4d9c82a3b42298db42dd0c /system/pyarchey/doinst.sh | |
parent | e406d981e8466e2ef539072210255bdb79f6c353 (diff) | |
download | slackbuilds-036aad6ecf437c51851791c76e789fa51985e146.tar.gz |
system/pyarchey: Added (system information tool).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/pyarchey/doinst.sh')
-rw-r--r-- | system/pyarchey/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/pyarchey/doinst.sh b/system/pyarchey/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/system/pyarchey/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 |