X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=input%2Fhowto%2Fupgrade-to-wheezy.mdwn;h=6b12f7524568a4e6c8f5690f6c3249d9ef65d315;hb=59ba7d4ba8e7ff30e25c43d1857757351cd42e9f;hp=83dcb3471e5911fce9e8c70ce5b995681078aa13;hpb=ed7a8eed13a12d34a265ee1509d15f6e8dc9d2c8;p=mirror%2Fdsa-wiki.git 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}'