summarylogtreecommitdiffstats
path: root/netextender.install
blob: 96279bacc9cb760bb09670cca145a4f4744e277a (plain)
1
2
3
4
5
6
7
8
post_install() {
  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"
}