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