summaryrefslogtreecommitdiff
path: root/libre/rp-pppoe-libre/rp-pppoe.install
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-06-05 21:14:21 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-06-05 21:14:21 -0300
commit5ff54ad02119443095365ce7ce4a2cb04fc31383 (patch)
treedbf338f66fa7b61a0931c29c200de2c7cb50f42b /libre/rp-pppoe-libre/rp-pppoe.install
parent49618330bbb838d5af59d03f37a7eacb0ec98f05 (diff)
rp-pppoe-libre-3.10-1
Diffstat (limited to 'libre/rp-pppoe-libre/rp-pppoe.install')
-rw-r--r--libre/rp-pppoe-libre/rp-pppoe.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/rp-pppoe-libre/rp-pppoe.install b/libre/rp-pppoe-libre/rp-pppoe.install
new file mode 100644
index 000000000..1d4bccce2
--- /dev/null
+++ b/libre/rp-pppoe-libre/rp-pppoe.install
@@ -0,0 +1,12 @@
+#arg 1: the new package version
+post_install() {
+echo ">>> The kernel-mode plugin has a new place."
+echo ">>> It's now located under /usr/lib/rp-pppoe/rp-pppoe.so"
+echo ">>> Change LINUX_PLUGIN to the new path in your /etc/ppp/pppoe.conf"
+}
+
+# arg 1: the new package version
+# arg 2: the old package version
+post_upgrade() {
+ post_install $1
+}