2010-02-14 12:31:48 +01:00
|
|
|
#!/bin/sh -e
|
|
|
|
|
|
|
|
set -e
|
|
|
|
|
2010-10-03 15:59:54 +02:00
|
|
|
if [ "$1" = "remove" ] ; then
|
2011-11-07 11:23:34 +01:00
|
|
|
update-alternatives --remove lxdm.conf /etc/xdg/lubuntu/lxdm/lxdm.conf
|
|
|
|
update-alternatives --remove lightdm-gtk-greeter-config-derivative \
|
|
|
|
/etc/xdg/xdg-xubuntu/lightdm/lightdm-gtk-greeter.conf
|
2010-02-14 12:31:48 +01:00
|
|
|
fi
|
|
|
|
|
|
|
|
#DEBHELPER#
|
|
|
|
exit 0
|