rp-pppoe.install 348 B

12345678910111213
  1. #arg 1: the new package version
  2. post_install() {
  3. echo ">>> The kernel-mode plugin has a new place."
  4. echo ">>> It's now located under /usr/lib/rp-pppoe/rp-pppoe.so"
  5. echo ">>> Change LINUX_PLUGIN to the new path in your /etc/ppp/pppoe.conf"
  6. }
  7. # arg 1: the new package version
  8. # arg 2: the old package version
  9. post_upgrade() {
  10. post_install $1
  11. }