From 59ba7d4ba8e7ff30e25c43d1857757351cd42e9f Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Sat, 25 May 2013 11:01:48 +0200 Subject: [PATCH] add an extra line, so we get code formatation Signed-off-by: Martin Zobel-Helas --- input/howto/upgrade-to-wheezy.mdwn | 1 + 1 file changed, 1 insertion(+) diff --git a/input/howto/upgrade-to-wheezy.mdwn b/input/howto/upgrade-to-wheezy.mdwn index 83dcb34..6b12f75 100644 --- a/input/howto/upgrade-to-wheezy.mdwn +++ b/input/howto/upgrade-to-wheezy.mdwn @@ -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}' -- 2.20.1