mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-02-05 04:48:07 +08:00
调整postinst
This commit is contained in:
parent
c8786b59bf
commit
9cff5358fe
3
Makefile
3
Makefile
@ -15,6 +15,9 @@ clean:
|
|||||||
rm VM-source/VirtualMachine -rfv
|
rm VM-source/VirtualMachine -rfv
|
||||||
rm -rfv VM-source/.qmake.stash
|
rm -rfv VM-source/.qmake.stash
|
||||||
|
|
||||||
|
#package-rpm:
|
||||||
|
|
||||||
|
|
||||||
package-pkg:
|
package-pkg:
|
||||||
#sudo debtap -u
|
#sudo debtap -u
|
||||||
debtap -Q spark-deepin-wine-runner.deb
|
debtap -Q spark-deepin-wine-runner.deb
|
||||||
|
@ -39,7 +39,7 @@ if [ -d /opt/apps/deepin-wine-runner/dxvk ]; then
|
|||||||
fi
|
fi
|
||||||
echo 移除完成
|
echo 移除完成
|
||||||
# 如果为非 X86 PC,可以删除掉一些无用组件(主要是用不了)
|
# 如果为非 X86 PC,可以删除掉一些无用组件(主要是用不了)
|
||||||
if [ `arch` != "x86_64" ]; then
|
if [[ `arch` != "x86_64" ]]; then
|
||||||
echo 非X86架构,删除对非X86架构无用的组件
|
echo 非X86架构,删除对非X86架构无用的组件
|
||||||
# 删除虚拟机功能
|
# 删除虚拟机功能
|
||||||
#rm -rf /opt/apps/deepin-wine-runner/StartVM.sh
|
#rm -rf /opt/apps/deepin-wine-runner/StartVM.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user