diff options
Diffstat (limited to 'graphics/viewnior/doinst.sh')
-rw-r--r-- | graphics/viewnior/doinst.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/viewnior/doinst.sh b/graphics/viewnior/doinst.sh index 65c7e2eeb9aa5..625ced33d11f1 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 |