diff options
author | B. Watson <yalhcru@gmail.com> | 2019-12-12 03:18:06 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-15 17:06:28 +0700 |
commit | e9b011fb5c34eb671159ae1d8398e9657353f7bc (patch) | |
tree | 302e8ca092d8280e1edbb274a2a2340a34a68708 /desktop/wmmon/doinst.sh | |
parent | d94c672c17631f201aabd1671fa1b510e0b23541 (diff) |
desktop/wmmon: Updated for version 1.4.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'desktop/wmmon/doinst.sh')
-rw-r--r-- | desktop/wmmon/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop/wmmon/doinst.sh b/desktop/wmmon/doinst.sh index 3bfcee2d02562..a0e6bc86f0648 100644 --- a/desktop/wmmon/doinst.sh +++ b/desktop/wmmon/doinst.sh @@ -12,3 +12,7 @@ config() { } config etc/wmmonrc.new + +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi |