nixio: Autogenerate private key on installation if we have axtls
[project/luci.git] / libs / nixio / ipkg / postinst
1 #!/bin/sh
2 [ -n "${IPKG_INSTROOT}" -a -f "/etc/uci-defaults/nixio" ] || {
3         ( . /etc/uci-defaults/nixio ) && rm -f /etc/uci-defaults/nixio
4 }