From: Stephen Gran Date: Sun, 20 Mar 2011 12:10:04 +0000 (+0000) Subject: more cruft removal X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=cd2c6fceca5264491e0506f516667d5b1b64b903;p=mirror%2Fdsa-wiki.git more cruft removal Signed-off-by: Stephen Gran --- diff --git a/input/howto/upgrade-to-squeeze.mdwn b/input/howto/upgrade-to-squeeze.mdwn index 18b69a3..ad8399d 100644 --- a/input/howto/upgrade-to-squeeze.mdwn +++ b/input/howto/upgrade-to-squeeze.mdwn @@ -115,6 +115,10 @@ purge removed packages 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}' +purge cruft that upgrade doesn't remove + + apt-get remove --purge emacs22-common libxmlrpc-ruby libcap1 emacs22-nox emacs22-bin-common libvolume-id0 gcc-4.2-base ifenslave libopenssl-ruby1.8 + re-init samhain possibly reboot