diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-05-19 14:09:13 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-05-24 13:26:19 +0700 |
commit | 2409615c9e3224f127585435223ffb670c33fc61 (patch) | |
tree | a0a8dea817b8caa736c3978d53c1e927b4be249e /python/pytest/doinst.sh | |
parent | ef5558bb99c9f506b610ac6c2b840ae27081a49f (diff) | |
download | slackbuilds-2409615c9e3224f127585435223ffb670c33fc61.tar.gz |
python/pytest: Updated for version 2.7.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/pytest/doinst.sh')
-rw-r--r-- | python/pytest/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/pytest/doinst.sh b/python/pytest/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/python/pytest/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 |