Fix linux package

This commit is contained in:
世界
2022-12-11 11:51:25 +08:00
parent a828c3b5da
commit 81e7b0b320
3 changed files with 9 additions and 0 deletions

3
release/config/postinstall.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
mkdir "/var/lib/sing-box"

3
release/config/postremove.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
rm -rf "/var/lib/sing-box"