diff --git a/check_updates.sh b/check_updates.sh index 5820256..fd557b5 100755 --- a/check_updates.sh +++ b/check_updates.sh @@ -18,6 +18,7 @@ if [[ ${retval} -ne 0 ]]; then if [[ ${rv} -eq 0 ]]; then # cleanup - rm -rf dist + rm -rf dist build loaih.egg-info + fi fi popd