summaryrefslogtreecommitdiffstats
path: root/testing/source/vtown/input-methods/fcitx/doinst.sh
blob: c9d0cf4d775a27611df1dbbc0eae637d6f7f0c9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
if [ -x /usr/bin/update-desktop-database ]; then
  /usr/bin/update-desktop-database -q 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 [ -x usr/bin/update-gtk-immodules ]; then
  chroot . /usr/bin/update-gtk-immodules --verbose 1>/dev/null
fi