diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-04-16 22:48:10 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-23 07:51:33 +0700 |
commit | fcf06ba17dd87467bf0ccf9e2f80d4a3f6d58a85 (patch) | |
tree | 7a8de7d97f676b2495a540c57f36c2ace49d1af2 /desktop/py3status/doinst.sh | |
parent | de3deee72f8d1b1b9281fe0fa712bfb0de388356 (diff) |
desktop/py3status: Updated for version 1.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/py3status/doinst.sh')
-rw-r--r-- | desktop/py3status/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/py3status/doinst.sh b/desktop/py3status/doinst.sh new file mode 100644 index 000000000000..5fb28930db0b --- /dev/null +++ b/desktop/py3status/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 |