summaryrefslogtreecommitdiff
path: root/pcr/openrc/openrc.install
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-07-12 14:25:06 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-07-30 16:12:05 -0400
commitedf3f5d5fc6d824a2ee12bdef2e056133e1a057d (patch)
tree5bbd105d69824b64bcff0d55e296407e51bd23d7 /pcr/openrc/openrc.install
parentab4f1e4354aa32a02328eb24b608d00500f93610 (diff)
downloadabslibre-edf3f5d5fc6d824a2ee12bdef2e056133e1a057d.tar.gz
abslibre-edf3f5d5fc6d824a2ee12bdef2e056133e1a057d.tar.bz2
abslibre-edf3f5d5fc6d824a2ee12bdef2e056133e1a057d.zip
pcr/openrc: Install hooks are NOT the place for documentation
Diffstat (limited to 'pcr/openrc/openrc.install')
-rw-r--r--pcr/openrc/openrc.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/pcr/openrc/openrc.install b/pcr/openrc/openrc.install
deleted file mode 100644
index 1877ace8b..000000000
--- a/pcr/openrc/openrc.install
+++ /dev/null
@@ -1,12 +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"
-}