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