Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=openjava.git;a=commitdiff;h=e3afaaf8d2b2ee5ed05015db12442d90c102719e
commit e3afaaf8d2b2ee5ed05015db12442d90c102719e Author: James Buren <[email protected]> Date: Fri Aug 24 14:04:20 2012 -0500 upgrade: document packages requiring removal before the sysupgrade diff --git a/docs/upgrade.txt b/docs/upgrade.txt index e3cb006..5648e91 100644 --- a/docs/upgrade.txt +++ b/docs/upgrade.txt @@ -5,6 +5,15 @@ The aim of this howto is to show how you can upgrade a Frugalware-1.7 (Gaia) system to Frugalware-1.8 (Cinna). +== Deprecated package removal + +Some packages will not gracefully be removed because of strict dependencies. +Here is the command to remove them before an upgrade: + +---- +pacman -Rd systemd-gtk systemd-plymouth dracut-plymouth +---- + == pacman-g2 The new release comes with an improved `pacman-g2`, you should install it @@ -12,7 +21,7 @@ first: ---- pacman-g2 -Sy pacman-g2 ------ +---- == Upgrading the system _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
