mirror of
https://github.com/SagerNet/sing-box.git
synced 2026-05-31 21:04:46 +00:00
4 lines
117 B
Bash
Executable file
4 lines
117 B
Bash
Executable file
#!/bin/sh
|
|
[ -s ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0
|
|
. ${IPKG_INSTROOT}/lib/functions.sh
|
|
default_prerm $0 $@
|