diff --git a/src/which/pkg.sh b/src/which/pkg.sh index 85cc01f..674b70f 100644 --- a/src/which/pkg.sh +++ b/src/which/pkg.sh @@ -20,7 +20,3 @@ PACKAGE(){ cd .. && rm -r "${NAME}-${VERSION}" } - -INSTALL(){ - echo "Testing the install script" -}