summaryrefslogtreecommitdiffstats
path: root/source/xap/easytag/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source/xap/easytag/doinst.sh')
-rw-r--r--source/xap/easytag/doinst.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/xap/easytag/doinst.sh b/source/xap/easytag/doinst.sh
new file mode 100644
index 000000000..2a6c62b4e
--- /dev/null
+++ b/source/xap/easytag/doinst.sh
@@ -0,0 +1,8 @@
+# Try to run these. If they fail, no biggie.
+chroot . /usr/bin/update-desktop-database -q usr/share/applications 1> /dev/null 2> /dev/null
+chroot . /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/ 1> /dev/null 2> /dev/null
+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