mirror of
https://gitee.com/spark-store-project/spark-web-app-runtime.git
synced 2025-12-16 12:02:04 +08:00
feat: 支持 dpkg-buildpackage 打包
支持 dpkg-buildpackage 打包 Log: 支持 dpkg-buildpackage 打包;整理项目目录结构
This commit is contained in:
12
debian/spark-webapp-runtime.postinst
vendored
Executable file
12
debian/spark-webapp-runtime.postinst
vendored
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
case "$1" in
|
||||
configure)
|
||||
# Create symbol links for binary files
|
||||
ln -s -f /opt/durapps/spark-webapp-runtime/bin/spark-webapp-runtime /usr/bin/spark-webapp-runtime
|
||||
ln -s -f /opt/durapps/spark-webapp-runtime/share/spark-webapp-runtime /usr/share/spark-webapp-runtime
|
||||
;;
|
||||
|
||||
*)
|
||||
;;
|
||||
esac
|
||||
Reference in New Issue
Block a user