summaryrefslogtreecommitdiffstats
path: root/desktop/wmmon/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/wmmon/doinst.sh')
-rw-r--r--desktop/wmmon/doinst.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop/wmmon/doinst.sh b/desktop/wmmon/doinst.sh
index 3bfcee2d02..a0e6bc86f0 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