if [ -z "$2" ]; then
echo "Please be sure to copy vncproxy.crt and vncproxykey.pem into /usr/share/invirt-vnc-server/"
fi
+ mkdir -p /etc/invirt/secrets
+ if ! [ -e /etc/invirt/secrets/vnc-key ]; then
+ openssl rand -base64 33 >/etc/invirt/secrets/vnc-key
+ fi
;;
abort-upgrade|abort-remove|abort-deconfigure)