mirror of
https://github.com/kenzok8/small-package
synced 2025-01-08 13:27:36 +08:00
7 lines
208 B
Bash
Executable File
7 lines
208 B
Bash
Executable File
#!/bin/sh
|
|
[ "${IPKG_NO_SCRIPT}" = "1" ] && exit 0
|
|
rm -fr /tmp/luci-indexcache* /tmp/luci-modulecache
|
|
[ -x ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0
|
|
. ${IPKG_INSTROOT}/lib/functions.sh
|
|
default_prerm $0 $@
|