aboutsummaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
Diffstat (limited to 'functions')
-rw-r--r--functions9
1 files changed, 0 insertions, 9 deletions
diff --git a/functions b/functions
index 735f75f..4a8ba7b 100644
--- a/functions
+++ b/functions
@@ -590,15 +590,6 @@ umount_all() {
remove_leftover() {
status -v 'Removing Leftover Files' systemd-tmpfiles --create --remove
- # move from static /var/{run,lock} to /run
- if [[ ! -L /var/lock ]]; then
- rm -rf /var/lock
- ln -s /run/lock /var/lock
- fi
- if [[ ! -L /var/run ]]; then
- rm -rf /var/run
- ln -s /run /var/run
- fi
}
bootlogd_stop() {