ubuntu/bionic
Julien Lavergne 14 years ago
parent c378fbafc6
commit f3aaf28716

2
debian/changelog vendored

@ -4,8 +4,6 @@ lubuntu-default-settings (0.11~ppa1) maverick; urgency=low
- Use lxtask instead of xfce4-taskmanager (LP: #621317)
* etc/xdg/lxsession/Lubuntu*/desktop.conf
- Switch to lubuntu icon them.
* debian/prerm:
- Don't remove alternative on upgrade (LP: #625485)
* debian/control:
- Depends on lubuntu-icon-theme.

2
debian/prerm vendored

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

Loading…
Cancel
Save