summarylogtreecommitdiffstats
path: root/systemd-cron.install
blob: 5bf8f123ee1d81bdb27a5a69e1cc5c734e1ba83e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
_post_install_or_upgrade() {
    touch /run/crond.reboot
    touch /run/crond.bootdir
}

post_install() {
    _post_install_or_upgrade
}

post_upgrade() {
    _post_install_or_upgrade
}