#!/bin/sh
[ -n "$IPKG_INSTROOT" ] && exit 0
rm -f /tmp/luci-indexcache /tmp/luci-modulecache/* /tmp/nomad-version 2>/dev/null || true
/etc/init.d/rpcd reload >/dev/null 2>&1 || true
exit 0
