summaryrefslogtreecommitdiffstats
path: root/python/python-future/doinst.sh
diff options
context:
space:
mode:
author Dimitris Zlatanidis2014-07-09 12:17:36 +0200
committer Willy Sudiarto Raharjo2014-07-09 12:17:36 +0200
commitab593651e049bce9d53e5bfb49b9bbc04e6dec5a (patch)
treeb9da5dd3e9660354c9d3cbb945d86dee298adfd7 /python/python-future/doinst.sh
parent575f062e1f90c93b3b60497f8c5af59c856cdf03 (diff)
downloadslackbuilds-ab593651e049bce9d53e5bfb49b9bbc04e6dec5a.tar.gz
python/python-future: Added (Python 2/3 compatibility).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-future/doinst.sh')
-rw-r--r--python/python-future/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python-future/doinst.sh b/python/python-future/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/python/python-future/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