mirror of
https://github.com/wahyd4/gvm.git
synced 2026-08-09 04:46:19 +10:00
Remove pkgsets too
This commit is contained in:
@@ -8,6 +8,7 @@ if [[ $1 == "uninstall" ]]; then
|
||||
fi
|
||||
if [ -d $GVM_ROOT/gos/$fuzzy_match ]; then
|
||||
rm -rf $GVM_ROOT/gos/$fuzzy_match
|
||||
rm -rf $GVM_ROOT/pkgsets/$fuzzy_match
|
||||
echo "Uninstalled version $fuzzy_match"
|
||||
else
|
||||
echo "Invalid version"
|
||||
|
||||
Reference in New Issue
Block a user