xubuntu-dev team mailing list archive
-
xubuntu-dev team
-
Mailing list archive
-
Message #01011
[Branch ~xubuntu-dev/xubuntu-default-settings/trunk] Rev 276: fix lastver
------------------------------------------------------------
revno: 276
committer: Lionel Le Folgoc <mrpouit@xxxxxxxxxx>
branch nick: xubuntu-default-settings
timestamp: Thu 2011-02-24 22:05:19 +0100
message:
fix lastver
modified:
debian/postinst
debian/postrm
debian/preinst
--
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/postinst'
--- debian/postinst 2011-02-24 21:00:14 +0000
+++ debian/postinst 2011-02-24 21:05:19 +0000
@@ -2,7 +2,7 @@
set -e
-LASTVER="11.04.10"
+LASTVER="11.04.9"
if dpkg-maintscript-helper supports rm_conffile; then
dpkg-maintscript-helper rm_conffile \
=== modified file 'debian/postrm'
--- debian/postrm 2011-02-24 21:00:14 +0000
+++ debian/postrm 2011-02-24 21:05:19 +0000
@@ -2,7 +2,7 @@
set -e
-LASTVER="11.04.10"
+LASTVER="11.04.9"
if dpkg-maintscript-helper supports rm_conffile; then
dpkg-maintscript-helper rm_conffile \
=== modified file 'debian/preinst'
--- debian/preinst 2011-02-24 21:00:14 +0000
+++ debian/preinst 2011-02-24 21:05:19 +0000
@@ -2,7 +2,7 @@
set -e
-LASTVER="11.04.10"
+LASTVER="11.04.9"
if dpkg-maintscript-helper supports rm_conffile; then
dpkg-maintscript-helper rm_conffile \