sed -i '/podman-cleanup/d' /etc/crontabs/root 2>/dev/null

[ -n "${IPKG_INSTROOT}" ] || {
	[ -f /etc/uci-defaults/luci-app-podman ] && (. /etc/uci-defaults/luci-app-podman) && rm -f /etc/uci-defaults/luci-app-podman
	rm -f /tmp/luci-indexcache
	rm -rf /tmp/luci-modulecache/
	killall -HUP rpcd 2>/dev/null
	exit 0
}
