summaryrefslogtreecommitdiff
path: root/bin/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pkg')
-rwxr-xr-xbin/pkg1
1 files changed, 0 insertions, 1 deletions
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 )) {