#! /bin/sh

set -e



case "$1" in
  configure)
    if [ -d /etc/gdm ]; then
    	update-alternatives --install /etc/gdm/gdm-cdd.conf gdm-config-derivative /etc/xdg/trisquel/gdm/gdm.conf 50
    fi
    ;;
esac
