summaryrefslogtreecommitdiffstats
path: root/development/gedit-plugins/doinst.sh
blob: 2ac84955ccf76673735aaeae0aa7262e9c6997c4 (plain)
1
2
3
4
5
6
7

if [ -e usr/share/glib-2.0/schemas ]; then
  if [ -x /usr/bin/glib-compile-schemas ]; then
    /usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas >/dev/null 2>&1
  fi
fi