更新postinst和postrm

新文件:   com.gitee.uengine.runner.spark.deb
This commit is contained in:
2023-01-16 13:43:30 +08:00
parent 4862b7c464
commit db6cc69be3
37 changed files with 1568 additions and 59 deletions

View File

@@ -3,6 +3,7 @@ import os
import sys
import shutil
import traceback
import updatekiller
def Add():
try:
@@ -41,4 +42,4 @@ if __name__ == "__main__":
Del()
sys.exit(0)
print("参数错误!")
sys.exit(1)
sys.exit(1)