7 lines
171 B
Bash
7 lines
171 B
Bash
#!/bin/sh
|
|
[ -s ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0
|
|
. ${IPKG_INSTROOT}/lib/functions.sh
|
|
export root="${IPKG_INSTROOT}"
|
|
export pkgname="tg-ws-proxy"
|
|
default_prerm
|