2.2.0
This commit is contained in:
@@ -4,7 +4,7 @@ Replaces: spark-uengine-runner, com.gitee.uengine.runner.spark.ubuntu
|
||||
Version: 2.2.0
|
||||
Architecture: all
|
||||
Section: utils
|
||||
Installed-Size: 2920
|
||||
Installed-Size: 9384
|
||||
Maintainer: gfdgd xi <3025613752@qq.com>
|
||||
Depends: python3, python3-tk, python3-pip, python3-setuptools, deepin-terminal | mate-terminal | gnome-terminal | xfce4-terminal, curl, python3-pil, python3-requests, adb, fonts-noto-cjk, python3-numpy, wget, inotify-tools, aria2, python3-pyqt5, python3-matplotlib, python3-urllib3, zenity, python3-pil.imagetk
|
||||
Recommends: uengine, deepin-elf-verify, python3-pyqt5.qtwebengine, aapt
|
||||
|
||||
@@ -27,6 +27,11 @@ rm -f /usr/bin/uengine-runner-auto-install-bash
|
||||
# 加判断是为了怕 reinstall 后程序就再也打不开了(除非卸载后重新安装)
|
||||
if [ "$1" = "remove" ] || [ "$1" = "purge" ]; then
|
||||
rm -rf /opt/apps/com.gitee.uengine.runner.spark
|
||||
# 移除 UEngine For 23 Wayland 补丁
|
||||
if [[ -f /usr/bin/uengine-session ]]; then
|
||||
rm -fv /usb/bin/uengine
|
||||
mv -v /usr/bin/uengine-session /usr/bin/uengine
|
||||
fi
|
||||
fi
|
||||
# 删除软件配置文件(只限“purge”)
|
||||
# 配置目录:~/.config/uengine-runner
|
||||
|
||||
Reference in New Issue
Block a user