post_install() {
    echo ">>"
    echo ">>    The plugins are installed in /usr/share/radare2-extras/plugins/"
    echo ">>"

    return 0
}

post_upgrade() {
    post_install
}
