Move to PROCD

This commit is contained in:
itdoginfo
2024-11-01 22:02:58 +03:00
parent 16f737914b
commit 8870a56885
3 changed files with 12 additions and 20 deletions

View File

@@ -28,20 +28,6 @@ endef
define Build/Compile
endef
define Package/podkop/postinst
#!/bin/sh
if ! uci show ucitrack | grep -q 'podkop'; then
uci add ucitrack podkop
uci set ucitrack.@podkop[-1].init=podkop
uci commit ucitrack
/etc/init.d/ucitrack restart
fi
exit 0
endef
define Package/podkop/prerm
#!/bin/sh