spark-web-app-runtime/debian/spark-webapp-runtime.prerm
zty199 1b3d161f4d feat: 支持 dpkg-buildpackage 打包
支持 dpkg-buildpackage 打包

Log: 支持 dpkg-buildpackage 打包;整理项目目录结构
2022-11-20 17:49:00 +08:00

8 lines
173 B
Bash
Executable File

#!/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