diff options
Diffstat (limited to 'office/apvlv/doinst.sh')
-rw-r--r-- | office/apvlv/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/office/apvlv/doinst.sh b/office/apvlv/doinst.sh index 4a9c9936ef821..a8e7b9949d95b 100644 --- a/office/apvlv/doinst.sh +++ b/office/apvlv/doinst.sh @@ -11,3 +11,7 @@ config() { # Otherwise, we leave the .new copy for the admin to consider... } config etc/apvlvrc.new + +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi |