Hi All,
I am trying to unmerge KDE 3.4 using the script below and it comes up
with an error.
=========================================
for x in `ls /usr/portage/kde-base`; do
if [ "$x" != "CVS" ]; then
echo -n "=kde-base/$x-3.4* "
fi
done |xargs emerge -Cv
=========================================
The error is:
=========================================
# ./unmerge-kde.sh
--- Couldn't find '=kde-base/akode-3.4*' to unmerge
=========================================
How do I get over this problem?
--
Regards,
Mick
--
[email protected] mailing list