diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-05-03 07:46:22 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-05-03 07:46:22 +0700 |
commit | 6cc7bf1216d9069d599ae85b5c668e7a22fe0c81 (patch) | |
tree | d2e0254b21274523984fb8f7ae19c755160e531e /python/requirements-detector/doinst.sh | |
parent | 02600748375b5aec984edde2b1caaf7087cbe2f6 (diff) | |
download | slackbuilds-6cc7bf1216d9069d599ae85b5c668e7a22fe0c81.tar.gz |
python/requirements-detector: Updated for version 0.2.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/requirements-detector/doinst.sh')
-rw-r--r-- | python/requirements-detector/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/requirements-detector/doinst.sh b/python/requirements-detector/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/python/requirements-detector/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 |