diff options
Diffstat (limited to 'office/chmsee/doinst.sh')
-rw-r--r-- | office/chmsee/doinst.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/office/chmsee/doinst.sh b/office/chmsee/doinst.sh index 402638a07f2a..65fd35241875 100644 --- a/office/chmsee/doinst.sh +++ b/office/chmsee/doinst.sh @@ -2,12 +2,3 @@ if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1 fi -if [ -x /usr/bin/update-mime-database ]; then - /usr/bin/update-mime-database usr/share/mime >/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 usr/share/icons/hicolor >/dev/null 2>&1 - fi -fi |