summaryrefslogtreecommitdiff
path: root/pcr/openrc/openrc.install
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2017-02-05 10:39:03 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2017-02-05 10:39:03 -0500
commitad5705c96d3f18bbf990083e6e1afc0c0630a613 (patch)
treed2e2e2ba725146efaa77db7b220b385e944a327a /pcr/openrc/openrc.install
parente19116946becc1aedee7f08b4c01b82284bcab2d (diff)
downloadabslibre-ad5705c96d3f18bbf990083e6e1afc0c0630a613.tar.gz
abslibre-ad5705c96d3f18bbf990083e6e1afc0c0630a613.tar.bz2
abslibre-ad5705c96d3f18bbf990083e6e1afc0c0630a613.zip
openrc-0.23.2-1.parabola1: updating version
Diffstat (limited to 'pcr/openrc/openrc.install')
-rw-r--r--pcr/openrc/openrc.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/pcr/openrc/openrc.install b/pcr/openrc/openrc.install
new file mode 100644
index 000000000..c45dcce43
--- /dev/null
+++ b/pcr/openrc/openrc.install
@@ -0,0 +1,16 @@
+pre_install() {
+ echo " ==> You can boot up systemd any time if systemd is used for udev."
+ echo " ==> Add 'init=/usr/lib/systemd/systemd' to kernel command line."
+}
+
+post_install() {
+ echo " ==> Install one of the optional depends for network support!"
+}
+
+post_upgrade() {
+ post_install "$1"
+}
+
+post_remove() {
+ echo " ==> Make sure you install systemd-sysvcompat before you reboot!"
+}