~xubuntu-dev/xubuntu-default-settings/trunk

1 by Gauvain Pocentek
initial import
1
#! /bin/sh
2
3
set -e
4
5
#DEBHELPER#
6
7
case "$1" in
8
  configure)
9
    if [ -d /etc/gdm ]; then
10
    	update-alternatives --install /etc/gdm/gdm-cdd.conf gdm-config-derivative /etc/xdg/xubuntu/gdm/gdm.conf 50
11
    fi
12
    ;;
13
esac