summaryrefslogtreecommitdiff
path: root/pcr/openrc/openrc.install
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-12-29 19:44:56 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-12-29 19:44:56 -0500
commit95af015d6af31fdae94fb23a5250059836494e53 (patch)
tree6f67db483b555af4efd28742d3859b6d9da515c2 /pcr/openrc/openrc.install
parent4927a1fbc61b94497a15f640659eab9f4ad8bfd4 (diff)
downloadabslibre-95af015d6af31fdae94fb23a5250059836494e53.tar.gz
abslibre-95af015d6af31fdae94fb23a5250059836494e53.tar.bz2
abslibre-95af015d6af31fdae94fb23a5250059836494e53.zip
update (and tidy) pcr/openrc
Diffstat (limited to 'pcr/openrc/openrc.install')
-rw-r--r--pcr/openrc/openrc.install16
1 files changed, 0 insertions, 16 deletions
diff --git a/pcr/openrc/openrc.install b/pcr/openrc/openrc.install
deleted file mode 100644
index c45dcce43..000000000
--- a/pcr/openrc/openrc.install
+++ /dev/null
@@ -1,16 +0,0 @@
-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!"
-}