package deb rpm

This commit is contained in:
fancy
2020-04-28 19:58:40 +08:00
parent 836a34cdc8
commit daa68f20ea
3 changed files with 30 additions and 1 deletions

2
control/postinst Normal file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
systemctl enable --now cgproxy.service

2
control/prerm Normal file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
systemctl disable --now cgproxy.service