summaryrefslogtreecommitdiffstats
path: root/python/frosted/doinst.sh
diff options
context:
space:
mode:
author Dimitris Zlatanidis2014-01-23 17:18:05 +0100
committer Erik Hanson2014-01-30 06:21:11 +0100
commit05d9979298fb003ad7d19489fdbe484abfdd9b12 (patch)
treea1f915abe68348c17fe2dc122cf50bee0ca776b1 /python/frosted/doinst.sh
parent83fd90cd928e75ac60ee0b57700212c438950272 (diff)
downloadslackbuilds-05d9979298fb003ad7d19489fdbe484abfdd9b12.tar.gz
python/frosted: Added (A passive Python syntax checker).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/frosted/doinst.sh')
-rw-r--r--python/frosted/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/frosted/doinst.sh b/python/frosted/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/python/frosted/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