summaryrefslogtreecommitdiffstats
path: root/source/xap/easytag/doinst.sh
blob: 2a6c62b4e133f8dcc2d564d9bc63e3f1ebf69080 (plain) (blame)
1
2
3
4
5
6
7
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