PKGBUILDs/alarm/fake-hwclock/fake-hwclock.install

12 lines
402 B
Plaintext
Raw Normal View History

2013-12-22 04:27:46 +00:00
post_install () {
echo "**********************************************************************"
echo "To keep fake-hwclock up to date in case of a power failure, add the"
echo "following job to root crontab: "
echo "*/15 * * * * /usr/lib/systemd/scripts/fake-hwclock.sh save"
2013-12-22 04:27:46 +00:00
echo "**********************************************************************"
}
post_upgrade () {
post_install
}