summaryrefslogtreecommitdiffstats
path: root/desktop/gdm/doinst.sh
blob: b49d6a4e6536c45acbf72d9e173282b97ce058bf (plain)
# Set the wayland-session script executable:
( cd etc/gdm ; chmod 0755 wayland-session )

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