#!/bin/sh
[ -n "$IPKG_INSTROOT" ] && exit 0

rm -f /tmp/luci-indexcache* /tmp/luci-modulecache/* 2>/dev/null
/etc/init.d/rpcd reload >/dev/null 2>&1
exit 0
