From 84d91dafd034862c79da4a9990e7a2b44511ae7c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 26 Oct 2008 14:51:31 +0100 Subject: bin/pkg: pkg_remove: check_valid is not useful here --- bin/pkg | 1 - 1 file changed, 1 deletion(-) (limited to 'bin/pkg') diff --git a/bin/pkg b/bin/pkg index b90acef..67114e7 100755 --- a/bin/pkg +++ b/bin/pkg @@ -475,7 +475,6 @@ function pkg_push { function pkg_remove { check_installed $1 - check_valid $1 cd $PDIR/$1 if [[ -r priority ]] { if (( $(cat priority) > 3 )) { -- cgit v1.2.3