summaryrefslogtreecommitdiff
path: root/pcr/openrc-core/netifrc.install
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-10-22 22:06:16 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-10-22 22:06:16 -0500
commit5cf792932c03423e8806f16b097cb021d19278cb (patch)
treed4218ccb49cd70c4f0592620560d5592e61e03ec /pcr/openrc-core/netifrc.install
parent077d6e888d40ce391185b3d6b64d670aa534ecdc (diff)
downloadabslibre-5cf792932c03423e8806f16b097cb021d19278cb.tar.gz
abslibre-5cf792932c03423e8806f16b097cb021d19278cb.tar.bz2
abslibre-5cf792932c03423e8806f16b097cb021d19278cb.zip
netifrc-0.3.1-6: updating version
Diffstat (limited to 'pcr/openrc-core/netifrc.install')
-rw-r--r--pcr/openrc-core/netifrc.install9
1 files changed, 0 insertions, 9 deletions
diff --git a/pcr/openrc-core/netifrc.install b/pcr/openrc-core/netifrc.install
deleted file mode 100644
index fa8554bc3..000000000
--- a/pcr/openrc-core/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"
-}