This commit is contained in:
2023-06-29 12:00:05 +08:00
parent cf62ac97cd
commit de9c155740
6 changed files with 16 additions and 13 deletions

View File

@@ -11,4 +11,4 @@ Priority: optional
Depends: python3, python3-pyqt5, bubblewrap, gx-env-runtime
Section: utils
Installed-Size: 1100
Description: gx-env-runtime
Description: deepin15(deepin20/23)兼容环境

View File

@@ -3,6 +3,7 @@
# 缓存目录:~/.cache/deepin-wine-runner
if [ "$1" = "remove" ] || [ "$1" = "purge" ]; then
rm -rf /usr/share/applications/gx-env/*.desktop
rm -rf /usr/share/applications/gx-env-*.desktop
else
echo "非卸载,跳过清理"
fi