rmdir --ignore-fail-on-non-empty /cgroup
fi
fi
- # Do a one-time migration of the local time setting
- if dpkg --compare-versions "$2" lt "33-1"; then
- . /etc/default/rcS
- if [ $UTC ="no" ] && [ ! -e /etc/adjtime ]; then
- echo "0.0 0 0.0\n0\nLOCAL" > /etc/adjtime
- fi
+fi
+
+# Do a one-time migration of the local time setting
+if dpkg --compare-versions "$2" lt "33-1"; then
+ . /etc/default/rcS
+ if [ $UTC ="no" ] && [ ! -e /etc/adjtime ]; then
+ echo "0.0 0 0.0\n0\nLOCAL" > /etc/adjtime
fi
fi