#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
rm -f /var/luci-indexcache
}
exit 0
