summarylogtreecommitdiffstats
path: root/netextender.install
blob: dc1b0d7db32d9dacf967527fda6c4da3681cba53 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
    # NetExtender needs to edit pppd script to automatically add route to sslvpn.
    echo
    echo "To allow non-root users to use NetExtender, run chmod -v u+s /usr/sbin/pppd"
}
post_remove() {
    echo
    echo "If you had allowed non-root users to use NetExtender, you may wish to run chmod -v u-s /usr/sbin/pppd"
}