From 2edcb58dfc827413e469e3d6438306edbdded13d Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 2 Apr 2022 16:07:14 -0400 Subject: office/apvlv: Fix doinst.sh. Signed-off-by: B. Watson --- office/apvlv/doinst.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'office/apvlv/doinst.sh') diff --git a/office/apvlv/doinst.sh b/office/apvlv/doinst.sh index 4a9c9936ef..a8e7b9949d 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 -- cgit v1.2.3-65-gdbad