11 lines
170 B
Plaintext
Raw Normal View History

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