修复一些细节错误

This commit is contained in:
2023-01-18 15:55:10 +08:00
parent 8d4da8c4cf
commit fc19480aa1
4 changed files with 43 additions and 1 deletions

View File

@@ -38,6 +38,9 @@ if [ "$1" = "purge" ]; then
if [ -d "/home/$username/.config/uengine-runner/" ]; then
rm -rf "/home/$username/.config/uengine-runner/"
rm -rf "/home/$username/.local/share/uengine-runner"
rm -rf "/home/$username/.local/share/uengine-runner"
rm -rf "/home/$username/.local/share/AutoConfig.py"
fi
done
# 清理 root 用户的配置文件