From fbe0107f7827921d4b35f61fdcfd3e1461381b1c Mon Sep 17 00:00:00 2001 From: Tim Dickson Date: Tue, 9 May 2017 12:57:45 +0100 Subject: academic/xiphos: Updated for version 4.0.5. Signed-off-by: David Spencer --- academic/xiphos/doinst.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'academic/xiphos/doinst.sh') diff --git a/academic/xiphos/doinst.sh b/academic/xiphos/doinst.sh index 4110f5514d7ca..65c7e2eeb9aa5 100644 --- a/academic/xiphos/doinst.sh +++ b/academic/xiphos/doinst.sh @@ -1,3 +1,7 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then if [ -x /usr/bin/gtk-update-icon-cache ]; then /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1 -- cgit v1.2.3