diff options
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 |