Scripts version 2048

This commit is contained in:
castro-fidel
2021-11-15 00:26:35 +03:00
parent 51d569b6e6
commit e1bca02c56
4 changed files with 15 additions and 16 deletions

View File

@ -502,6 +502,7 @@ stop_portwine () {
rm -fr "${WINEPREFIX}"/drive_c/users/steamuser/Temp/*
fi
try_remove_dir "${PW_WINELIB}/var"
find "${WINEPREFIX}/drive_c/" -type f -name "*.tmp" -delete
exit 0
}
open_changelog () {