diff --git a/deb/DEBIAN/control b/deb/DEBIAN/control index a9a8410..3710c93 100755 --- a/deb/DEBIAN/control +++ b/deb/DEBIAN/control @@ -10,5 +10,5 @@ Type: binary, udeb Priority: optional Depends: python3, python3-pyqt5, bubblewrap, gx-env-runtime Section: utils -Installed-Size: 2569264 +Installed-Size: 1100 Description: gx-env-runtime diff --git a/deb/DEBIAN/postrm b/deb/DEBIAN/postrm index 1ebe8c4..3e9d39a 100755 --- a/deb/DEBIAN/postrm +++ b/deb/DEBIAN/postrm @@ -2,7 +2,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 \ No newline at end of file