diff --git a/kiss b/kiss index da778ef..cc75dc2 100755 --- a/kiss +++ b/kiss @@ -1087,7 +1087,7 @@ pkg_install() { # Remove file symlinks. elif [ -h "$file" ] && [ ! -d "$file" ]; then - unlink "$file" ||: + rm -f "$file" # Skip directory symlinks. elif [ -h "$file" ] && [ -d "$file" ]; then :