post_install() {
  cat << EOF
Uncomment WEB_VAULT_FOLDER and set WEB_VAULT_ENABLED to true in your
/etc/bitwarden_rs.env.

If upgrading from the AUR package, set the new path:
WEB_VAULT_FOLDER=/usr/share/bitwarden_rs-web

Restart bitwarden_rs after configuration changes have been made:
# systemctl restart bitwarden_rs
EOF
}
