mirror of
https://gitee.com/amber-ce/amber-ce-bookworm.git
synced 2025-12-15 03:22:06 +08:00
init
This commit is contained in:
8
src/DEBIAN/control
Executable file
8
src/DEBIAN/control
Executable file
@@ -0,0 +1,8 @@
|
||||
Package: store.spark-app.bookworm-compatibility-mode
|
||||
Version: 12.0
|
||||
Section: misc
|
||||
Priority: optional
|
||||
Depends: bubblewrap
|
||||
Maintainer: shenmo <shenmo@spark-app.store>
|
||||
Architecture: amd64
|
||||
Description: bwrap wrapper for install and running debs inside a bookworm container
|
||||
3
src/DEBIAN/postinst
Executable file
3
src/DEBIAN/postinst
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
/opt/apps/store.spark-app.bookworm-compatibility-mode/files/bin/bookworm-init
|
||||
10
src/DEBIAN/postrm
Executable file
10
src/DEBIAN/postrm
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ "$1" = "remove" ] || [ "$1" = "purge" ];then
|
||||
|
||||
echo "清理卸载残留"
|
||||
rm -rf /opt/apps/store.spark-app.bookworm-compatibility-mode/
|
||||
else
|
||||
echo "非卸载,跳过清理"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user