diff options
Diffstat (limited to 'system/oss/doinst.sh')
-rw-r--r-- | system/oss/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/oss/doinst.sh b/system/oss/doinst.sh index b9b1c208fa68..ff13b1c6fa40 100644 --- a/system/oss/doinst.sh +++ b/system/oss/doinst.sh @@ -21,3 +21,6 @@ fi config etc/oss.conf.new config etc/rc.d/rc.oss.new +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi |