mirror of
https://github.com/zuno/slackpkgplus
synced 2025-01-13 20:01:04 +01:00
fix remove multilib.
This commit is contained in:
parent
f3abb1b59e
commit
a9d4992e0b
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue