13 lines
277 B
Plaintext
Raw Normal View History

2010-02-14 12:31:48 +01:00
#!/bin/sh -e
set -e
if [ "$1" = "remove" ] ; then
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