#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] && exit 0
uci -q delete openssl.afalg && uci commit openssl
/etc/init.d/openssl reload
exit 0
