summarylogtreecommitdiffstats
path: root/appgate-sdp.install
blob: 0ca536d0f2b882c7b384c570affd6292275833d3 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
    echo ":: The Appgate service name has changed in recent versions."
    echo ":: To allow the client to connect, you must enable and start the driver:"
    echo "   sudo systemctl enable --now appgatedriver.service"
}

post_upgrade() {
    post_install
}