mirror of
https://gitee.com/spark-store-project/spark-web-app-runtime.git
synced 2026-06-22 06:03:51 +08:00
feat: 支持 dpkg-buildpackage 打包
支持 dpkg-buildpackage 打包 Log: 支持 dpkg-buildpackage 打包;整理项目目录结构
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ "$1" = "remove" -o "$1" = "purge" ] ; then
|
||||
# Remove residual symbol links
|
||||
rm -f /usr/bin/spark-webapp-runtime
|
||||
rm -rf /usr/share/spark-webapp-runtime
|
||||
fi
|
||||
Reference in New Issue
Block a user