From efad71233391e2891cbbe8bc147de4a37c2ad0c6 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 30 Jan 2020 11:09:26 +0200 Subject: [PATCH] kiss: Remove unneeded code --- kiss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/kiss b/kiss index 3281485..90db137 100755 --- a/kiss +++ b/kiss @@ -831,11 +831,6 @@ pkg_remove() { # Disable globbing. set -f - # Ensure that the user leaves their machine in a working state by - # refusing to remove the package which providees 'su'. - grep -q "^$(command -v su)$" "$sys_db/$1/manifest" && - die "$1" "Removing su will break the system." - # Block being able to abort the script with 'Ctrl+C' during removal. # Removes all risk of the user aborting a package removal leaving # an incomplete package installed.