summaryrefslogtreecommitdiffstats
path: root/python/python3-webob/doinst.sh
diff options
context:
space:
mode:
author Arn02022-03-08 23:04:30 +0100
committer Willy Sudiarto Raharjo2022-03-09 03:44:35 +0100
commitec86cc612a7ce2faf1c1730ab880b468730eb630 (patch)
tree4fbaff8f6c64ddf77b6b745625caa08f8d969ed1 /python/python3-webob/doinst.sh
parent419db94fb3a41921b7f73cf683457ddd297c1399 (diff)
downloadslackbuilds-ec86cc612a7ce2faf1c1730ab880b468730eb630.tar.gz
python/python3-webob: Updated for version 1.8.7
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-webob/doinst.sh')
-rw-r--r--python/python3-webob/doinst.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/python/python3-webob/doinst.sh b/python/python3-webob/doinst.sh
new file mode 100644
index 0000000000..9a8ded3c60
--- /dev/null
+++ b/python/python3-webob/doinst.sh
@@ -0,0 +1,7 @@
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
+fi
+
+if [ -x /usr/bin/update-mime-database ]; then
+ /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
+fi