aboutsummaryrefslogtreecommitdiffstats
path: root/core/openrc/openrc.post-upgrade
diff options
context:
space:
mode:
Diffstat (limited to 'core/openrc/openrc.post-upgrade')
-rw-r--r--core/openrc/openrc.post-upgrade9
1 files changed, 0 insertions, 9 deletions
diff --git a/core/openrc/openrc.post-upgrade b/core/openrc/openrc.post-upgrade
deleted file mode 100644
index b09f2f240c..0000000000
--- a/core/openrc/openrc.post-upgrade
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-# in 0.5.x the state dir moved from /lib/rc/init.d to /libexec/rc/init.d
-
-[ -d /lib/rc/init.d ] || exit 0
-
-mv /lib/rc/init.d/* /libexec/rc/init.d/
-rmdir /lib/rc/init.d
-exit 0