add an extra line, so we get code formatation
authorMartin Zobel-Helas <zobel@debian.org>
Sat, 25 May 2013 09:01:48 +0000 (11:01 +0200)
committerMartin Zobel-Helas <zobel@debian.org>
Sat, 25 May 2013 09:01:48 +0000 (11:01 +0200)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
input/howto/upgrade-to-wheezy.mdwn

index 83dcb34..6b12f75 100644 (file)
@@ -47,6 +47,7 @@ commands:
 if /etc/apache2/apache2.conf was not changed, remove the include for httpd.conf.
 
 purge removed packages
+
        dpkg --get-selections | awk '$2=="deinstall" {print $1}' &&
        echo "really purge these [y/N]?" && read ans && [ "$ans" = "y" ] && dpkg --purge `dpkg --get-selections | awk '$2=="deinstall" {print $1}'` &&
        echo "These are not at install:" && dpkg --get-selections | awk '$2!="install" {print $1}'