add an extra line, so we get code formatation
[mirror/dsa-wiki.git] / 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}'