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

« back to all changes in this revision

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

  • 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
  remove)
 
9
    update-alternatives --remove gdm-config-derivative /etc/xdg/xubuntu/gdm/gdm.conf
 
10
    ;;
 
11
esac