4 lines
66 B
Bash
4 lines
66 B
Bash
#!/bin/sh
|
|
. ${IPKG_INSTROOT}/lib/functions.sh
|
|
default_prerm $0 $@
|
#!/bin/sh
|
|
. ${IPKG_INSTROOT}/lib/functions.sh
|
|
default_prerm $0 $@
|