#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
	# Restart CrowdSec to unload configs
	/etc/init.d/crowdsec restart 2>/dev/null || true
	echo "SecuBox CrowdSec custom configs removed"
}
exit 0
