11 lines
149 B
Plaintext
Raw Normal View History

2010-02-14 12:31:48 +01:00
#!/bin/sh -e
set -e
if [ "$1" = "remove" ] ; then
2010-02-14 12:31:48 +01:00
update-alternatives --remove lxdm.conf /etc/xdg/lubuntu/lxdm/lxdm.conf
fi
#DEBHELPER#
exit 0