mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-06-08 03:34:13 +08:00
5 lines
117 B
Bash
Executable File
5 lines
117 B
Bash
Executable File
#!/bin/sh
|
|
[ -s ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0
|
|
. ${IPKG_INSTROOT}/lib/functions.sh
|
|
default_prerm $0 $@
|