small-package/luci-app-rtorrent/control/prerm

7 lines
208 B
Plaintext
Raw Normal View History

2021-09-24 23:37:27 +08:00
#!/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 $@