summarylogtreecommitdiffstats
path: root/fake-hwclock.install
blob: 81a2e797f8b353d3946bb533678f1f16d0182fff (plain)
1
2
3
4
5
6
7
8
9
10
post_install () {
    echo "To restore the system time on boot, save the time on shutdown and"
    echo "periodically save the system time in case of power failure:"
    echo "  systemctl enable fake-hwclock-load fake-hwclock-save.timer"
    echo "  systemctl start fake-hwclock-save.timer"
}

post_upgrade () {
    post_install
}