summaryrefslogtreecommitdiff
path: root/libre/rp-pppoe-libre/rp-pppoe.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-04 20:56:26 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-04 20:56:26 -0300
commiteaa7dd3c7b19ec07ca6ace686561cf024c293ead (patch)
tree7238063a6d6d713aea5dc0235785a93611b3f81c /libre/rp-pppoe-libre/rp-pppoe.install
parent4ac32d4cf06625e145fe9b35d65c793192275d09 (diff)
downloadabslibre-eaa7dd3c7b19ec07ca6ace686561cf024c293ead.tar.gz
abslibre-eaa7dd3c7b19ec07ca6ace686561cf024c293ead.tar.bz2
abslibre-eaa7dd3c7b19ec07ca6ace686561cf024c293ead.zip
rp-pppoe: remove libre suffix and add complex pkgrel
Diffstat (limited to 'libre/rp-pppoe-libre/rp-pppoe.install')
-rw-r--r--libre/rp-pppoe-libre/rp-pppoe.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/libre/rp-pppoe-libre/rp-pppoe.install b/libre/rp-pppoe-libre/rp-pppoe.install
deleted file mode 100644
index 1d4bccce2..000000000
--- a/libre/rp-pppoe-libre/rp-pppoe.install
+++ /dev/null
@@ -1,12 +0,0 @@
-#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
-}