remove installed packages, if ignored

This commit is contained in:
teldra 2021-03-11 15:12:19 +01:00
parent 965a5dd56b
commit 24642d68e1
1 changed files with 6 additions and 0 deletions

View File

@ -20,4 +20,10 @@ else
echo nothing to do
fi
if [[ "${#ignorepkg[@]}" -gt 0 ]]; then
remove "${ignorepkg[@]}"
else
echo nothing to do
fi
module end