diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-01-23 23:18:05 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:11 -0600 |
commit | 05d9979298fb003ad7d19489fdbe484abfdd9b12 (patch) | |
tree | a1f915abe68348c17fe2dc122cf50bee0ca776b1 /python/frosted/doinst.sh | |
parent | 83fd90cd928e75ac60ee0b57700212c438950272 (diff) | |
download | slackbuilds-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.sh | 3 |
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 |