* debian/prerm:

- Don't remove alternative on upgrade (LP: #625485)
This commit is contained in:
Julien Lavergne 2010-09-22 15:30:00 +02:00
parent 2d7f76400a
commit 32ec46dba8
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View File

@ -2,6 +2,8 @@ lubuntu-default-settings (0.11) UNRELEASED; urgency=low
* usr/share/lubuntu/openbox/rc.xml:
- Use lxtask instead of xfce4-taskmanager (LP: #621317)
* debian/prerm:
- Don't remove alternative on upgrade (LP: #625485)
-- Julien Lavergne <gilir@ubuntu.com> Fri, 20 Aug 2010 22:34:42 +0200

2
debian/prerm vendored
View File

@ -2,7 +2,7 @@
set -e
if [ "$1" = "remove" ] || [ "$1" = upgrade ]; then
if [ "$1" = "remove" ]; then
update-alternatives --remove lxdm.conf /etc/xdg/lubuntu/lxdm/lxdm.conf
fi