diff options
author | B. Watson <yalhcru@gmail.com> | 2022-04-02 16:07:14 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-04-02 16:07:14 -0400 |
commit | 2edcb58dfc827413e469e3d6438306edbdded13d (patch) | |
tree | c950a9c27a04482eba3e51b1254002d2533fc0c4 /office/apvlv/doinst.sh | |
parent | aa71f7234522cf729a1d07be30e7f0186f1a9f4f (diff) |
office/apvlv: Fix doinst.sh.
Signed-off-by: B. Watson <yalhcru@gmail.com>
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 |