#
# After removing /opt/vivaldi, xbps removes /opt if empty!
# This script restores /opt
case "$ACTION" in
post)
mkdir -p /opt
;;
esac