fix remove multilib.

This commit is contained in:
Matteo Rossini 2021-03-20 13:17:49 +01:00
parent f3abb1b59e
commit a9d4992e0b

View file

@ -2074,10 +2074,9 @@ if [ "$SLACKPKGPLUS" = "on" ];then
if $MLREPO_SELELECTED ; then
if [ "$CMD" == "install" ] ; then
internal_blacklist "glibc-debug"
internal_blacklist "glibc-debug" # glibc-debug no longer exists but this not hurt
elif [ "$CMD" == "remove" ] ; then
internal_blacklist "glibc"
internal_blacklist "gcc"
internal_blacklist ".*_multilib-x86_64-.*" # slackpkg upgrade-all will remove it
fi
fi