parent
75d53d73fe
commit
27fd5ac673
@ -87,22 +87,26 @@ endef
|
||||
|
||||
define Package/mihomo/postinst
|
||||
#!/bin/sh
|
||||
uci -q batch <<-EOF > /dev/null
|
||||
if [ -z $${IPKG_INSTROOT} ]; then
|
||||
uci -q batch <<-EOF > /dev/null
|
||||
del firewall.mihomo
|
||||
set firewall.mihomo=include
|
||||
set firewall.mihomo.type=script
|
||||
set firewall.mihomo.path=/etc/mihomo/scripts/tun.sh
|
||||
set firewall.mihomo.fw4_compatible=1
|
||||
commit firewall
|
||||
EOF
|
||||
EOF
|
||||
fi
|
||||
endef
|
||||
|
||||
define Package/mihomo/postrm
|
||||
#!/bin/sh
|
||||
uci -q batch <<-EOF > /dev/null
|
||||
if [ -z $${IPKG_INSTROOT} ]; then
|
||||
uci -q batch <<-EOF > /dev/null
|
||||
del firewall.mihomo
|
||||
commit firewall
|
||||
EOF
|
||||
EOF
|
||||
fi
|
||||
endef
|
||||
|
||||
define Build/Prepare
|
||||
|
Loading…
Reference in New Issue
Block a user