summaryrefslogtreecommitdiff
path: root/pcr/netifrc/netifrc.install
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-08-20 15:27:40 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-08-20 16:11:14 -0400
commit5211e23d484d82d06e1d32ee4b75ebe726e7b4cb (patch)
treef2ad27aa7191a9222d89b742d10907f275dbb722 /pcr/netifrc/netifrc.install
parentab860f2b06463ed4d68b7a4e3d71201d4176bc68 (diff)
downloadabslibre-5211e23d484d82d06e1d32ee4b75ebe726e7b4cb.tar.gz
abslibre-5211e23d484d82d06e1d32ee4b75ebe726e7b4cb.tar.bz2
abslibre-5211e23d484d82d06e1d32ee4b75ebe726e7b4cb.zip
pcr/netifrc: Update 0.6.{0→1}, fix up
- Update to 0.6.1 - groups=('base-openrc'), not 'openrc-base' - Add pcr/gentoo-functions as a separate package, rather than vendoring it - Depend on generic 'udev' stuff, rather than 'eudev' - install= is NOT WHERE DOCUMENTATION BELONGS - Use git tag signature verification pcr/gentoo-functions: - Is GPLv2, not 2-clause BSD - Don't inexplicably install to /usr/lib/parabola instead of /usr/lib/gentoo
Diffstat (limited to 'pcr/netifrc/netifrc.install')
-rw-r--r--pcr/netifrc/netifrc.install9
1 files changed, 0 insertions, 9 deletions
diff --git a/pcr/netifrc/netifrc.install b/pcr/netifrc/netifrc.install
deleted file mode 100644
index fa8554bc3..000000000
--- a/pcr/netifrc/netifrc.install
+++ /dev/null
@@ -1,9 +0,0 @@
-post_install() {
- echo " ==> Set up your network interface before you reboot if using netifrc."
- local _url="https://wiki.gentoo.org/wiki/Handbook:X86/Full/Networking"
- echo " ==> Visit ${_url}"
-}
-
-post_upgrade() {
- post_install "$1"
-}