summaryrefslogtreecommitdiffstats
path: root/office/evolution/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'office/evolution/doinst.sh')
-rw-r--r--office/evolution/doinst.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/office/evolution/doinst.sh b/office/evolution/doinst.sh
new file mode 100644
index 0000000000..43e60c02d0
--- /dev/null
+++ b/office/evolution/doinst.sh
@@ -0,0 +1,16 @@
+
+if [ -x /usr/bin/glib-compile-schemas ]; then
+ chroot . /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/ 1> /dev/null 2> /dev/null
+fi
+
+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
+
+