summaryrefslogtreecommitdiffstats
path: root/office/tellico/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'office/tellico/doinst.sh')
-rw-r--r--office/tellico/doinst.sh12
1 files changed, 11 insertions, 1 deletions
diff --git a/office/tellico/doinst.sh b/office/tellico/doinst.sh
index 854e20633d..69d003d68b 100644
--- a/office/tellico/doinst.sh
+++ b/office/tellico/doinst.sh
@@ -1,3 +1,13 @@
if [ -x /usr/bin/update-desktop-database ]; then
- ./usr/bin/update-desktop-database -q usr/share/applications
+ /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
+
+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