summaryrefslogtreecommitdiff
path: root/pcr/openrc-core/netifrc.install
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-10-17 01:29:25 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-10-17 01:29:25 -0500
commitdc225a86f79e9eaec2080dc2775ef2cf29c97fc7 (patch)
tree64066b68ebe757a883025190e04188851ae07a7b /pcr/openrc-core/netifrc.install
parent36470c96a0b8e6d02dbc39e59a4f24bb8d8e06e3 (diff)
downloadabslibre-dc225a86f79e9eaec2080dc2775ef2cf29c97fc7.tar.gz
abslibre-dc225a86f79e9eaec2080dc2775ef2cf29c97fc7.tar.bz2
abslibre-dc225a86f79e9eaec2080dc2775ef2cf29c97fc7.zip
openrc-core-0.18.3-1: updating version
Diffstat (limited to 'pcr/openrc-core/netifrc.install')
-rw-r--r--pcr/openrc-core/netifrc.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/pcr/openrc-core/netifrc.install b/pcr/openrc-core/netifrc.install
new file mode 100644
index 000000000..fa8554bc3
--- /dev/null
+++ b/pcr/openrc-core/netifrc.install
@@ -0,0 +1,9 @@
+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"
+}