diff options
Diffstat (limited to 'office/htmldoc/doinst.sh')
-rw-r--r-- | office/htmldoc/doinst.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/office/htmldoc/doinst.sh b/office/htmldoc/doinst.sh index 2a77b3fa85328..69d003d68bdce 100644 --- a/office/htmldoc/doinst.sh +++ b/office/htmldoc/doinst.sh @@ -1,7 +1,7 @@ if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications fi - + if [ -x /usr/bin/update-mime-database ]; then /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 fi @@ -11,4 +11,3 @@ 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 - |