From 39e0617de045f99fb245b6c0006b53e1f5f62ac9 Mon Sep 17 00:00:00 2001 From: Zak B. Elep Date: Sun, 19 May 2013 09:12:50 -0400 Subject: system/virt-viewer: Updated for version 0.5.5. Signed-off-by: dsomero --- system/virt-viewer/doinst.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'system/virt-viewer/doinst.sh') diff --git a/system/virt-viewer/doinst.sh b/system/virt-viewer/doinst.sh index 40c73b8cd7..031ae07d05 100644 --- a/system/virt-viewer/doinst.sh +++ b/system/virt-viewer/doinst.sh @@ -1,5 +1,5 @@ if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/appliactions >/dev/null 2>&1 + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 fi if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then @@ -7,3 +7,7 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1 fi fi + +if [ -x /usr/bin/update-mime-database ]; then + /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 +fi -- cgit v1.2.3