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

« back to all changes in this revision

Viewing changes to debian/xubuntu-default-settings.postinst

  • Committer: Gauvain Pocentek
  • Date: 2006-08-28 14:59:32 UTC
  • Revision ID: gauvainpocentek@gmail.com-20060828145932-6a753142b79aa1aa
initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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