diff options
author | Robby Workman <rworkman@slackware.com> | 2021-02-11 19:03:30 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackware.com> | 2021-02-11 19:06:31 -0600 |
commit | 9c2719ff0f0d99ad811fdd274fcdd8fc55b37488 (patch) | |
tree | 44590e1bebea0d261cc3419b5648a853c28692bd /files/core-functions.sh | |
parent | 0635933b1eab51aa63c921e62ee5f2e82fd79efb (diff) | |
download | slackpkg-9c2719ff0f0d99ad811fdd274fcdd8fc55b37488.tar.xz |
Further fixup/enhancement to blacklisting issues
Diffstat (limited to 'files/core-functions.sh')
-rw-r--r-- | files/core-functions.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/files/core-functions.sh b/files/core-functions.sh index a4277b1..ea32e12 100644 --- a/files/core-functions.sh +++ b/files/core-functions.sh @@ -1286,11 +1286,6 @@ Remove or blacklist the affected packages in order for slackpkg to work properly fi } -function blacklist_pkg() { - echo -e "\nThis function no longer adds packages to your blacklist.\n\ -As of slackpkg 15.0, you will need to edit ${CONF}/blacklist instead.\n" -} - function remove_pkg() { local i |