summaryrefslogtreecommitdiffstats
path: root/source/ap/soma/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source/ap/soma/doinst.sh')
-rw-r--r--source/ap/soma/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/ap/soma/doinst.sh b/source/ap/soma/doinst.sh
index a64607329..9cab77711 100644
--- a/source/ap/soma/doinst.sh
+++ b/source/ap/soma/doinst.sh
@@ -14,3 +14,6 @@ config() {
config etc/soma/stations.conf.new
config etc/soma/options.conf.new
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
+fi