From 7e7c72981c937a323644bec8fe19d07b5f6d26e2 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 4 Mar 2020 18:08:44 -0500 Subject: graphics/viewnior: New maintainer, minor fix. Signed-off-by: B. Watson --- graphics/viewnior/doinst.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'graphics/viewnior/doinst.sh') diff --git a/graphics/viewnior/doinst.sh b/graphics/viewnior/doinst.sh index 65c7e2eeb9..625ced33d1 100644 --- a/graphics/viewnior/doinst.sh +++ b/graphics/viewnior/doinst.sh @@ -1,9 +1,9 @@ -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 fi fi + +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