基本完成第一版
This commit is contained in:
14
deb/DEBIAN/control
Executable file
14
deb/DEBIAN/control
Executable file
@@ -0,0 +1,14 @@
|
||||
Package: gx-env-runner
|
||||
Version: 1.0
|
||||
Maintainer: gfdgd xi <3025613752@qq.com>
|
||||
Homepage: https://gitee.com/gfdgd-xi/deep-wine-runner
|
||||
Architecture: all
|
||||
Severity: serious
|
||||
Certainty: possible
|
||||
Check: binaries
|
||||
Type: binary, udeb
|
||||
Priority: optional
|
||||
Depends: python3, python3-pyqt5, bubblewrap, gx-env-runtime
|
||||
Section: utils
|
||||
Installed-Size: 2569264
|
||||
Description: gx-env-runtime
|
||||
3
deb/DEBIAN/postinst
Executable file
3
deb/DEBIAN/postinst
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
cp /usr/bin/gx-env-load-desktop-in-chroot /opt/new-system-env/gx-env/
|
||||
#gx-env-load-desktop
|
||||
8
deb/DEBIAN/postrm
Executable file
8
deb/DEBIAN/postrm
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
# 删除软件缓存(留着也没什么用了)
|
||||
# 缓存目录:~/.cache/deepin-wine-runner
|
||||
if [ "$1" = "remove" ] || [ "$1" = "purge" ]; then
|
||||
rm -rf /usr/share/applications/gx-env-*.desktop
|
||||
else
|
||||
echo "非卸载,跳过清理"
|
||||
fi
|
||||
Reference in New Issue
Block a user