Make sure that we save working time ASAP. Closes: #815833
+fake-hwclock (0.10) UNRELEASED; urgency=medium
+
+ * Add a save call to the postinst, to make sure that we save working
+ time ASAP. Closes: #815833
+
+ -- Steve McIntyre <93sam@debian.org> Sat, 05 Mar 2016 23:34:59 +0000
+
fake-hwclock (0.9) unstable; urgency=medium
* Ensure fake-hwclock runs at shutdown on systemd systems too.
cleanup_initramfs
force_remove_old_init_links
fi
+ # Add a save here to make sure we have time data; the user may
+ # reboot immediately afterwards, for example.
+ fake-hwclock save
;;
*) :;;