post_install() {
    cat <<'EOF'

Free Realms Legacy: the game client is a 32-bit Windows program and runs through Wine.
If pacman could not find wine, enable the multilib repository in /etc/pacman.conf and
install it with: pacman -S wine

EOF
}

post_upgrade() {
    :
}
