xubuntu-dev team mailing list archive
-
xubuntu-dev team
-
Mailing list archive
-
Message #01094
[Branch ~xubuntu-dev/xubuntu-default-settings/trunk] Rev 313: fix typo
------------------------------------------------------------
revno: 313
committer: Lionel Le Folgoc <mrpouit@xxxxxxxxxx>
branch nick: xubuntu-default-settings
timestamp: Mon 2011-08-01 19:41:02 +0200
message:
fix typo
modified:
debian/prerm
--
lp:xubuntu-default-settings
https://code.launchpad.net/~xubuntu-dev/xubuntu-default-settings/trunk
Your team Xubuntu Team is subscribed to branch lp:xubuntu-default-settings.
To unsubscribe from this branch go to https://code.launchpad.net/~xubuntu-dev/xubuntu-default-settings/trunk/+edit-subscription
=== modified file 'debian/prerm'
--- debian/prerm 2011-08-01 17:30:39 +0000
+++ debian/prerm 2011-08-01 17:41:02 +0000
@@ -3,7 +3,7 @@
set -e
case "$1" in
- configure)
+ remove)
update-alternatives --remove lightdm-config-derivative /usr/share/xubuntu/lightdm/lightdm.conf
update-alternatives --remove default-xsession-derivative /usr/share/xsessions/xubuntu.desktop
;;