aboutsummaryrefslogtreecommitdiff
path: root/python/autopep8/doinst.sh
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2014-10-04 23:47:20 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-10-04 23:47:20 +0700
commit11815360da8a8e5472b0f0079836e55abacc39b1 (patch)
tree181f50ce8eb2235bddd448be4b28985ba8ece123 /python/autopep8/doinst.sh
parent7bad136728cb93637bd834acf3508ec4abbeeb2b (diff)
python/autopep8: Added (automatically formats Python code).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/autopep8/doinst.sh')
-rw-r--r--python/autopep8/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/autopep8/doinst.sh b/python/autopep8/doinst.sh
new file mode 100644
index 000000000000..5fb28930db0b
--- /dev/null
+++ b/python/autopep8/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