summarylogtreecommitdiffstats
path: root/install
blob: 3e627fd2b818c54af3f8d03f78763e40fb176c8d (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
    cat <<HELPEOF
To use this hook add it to the HOOKS array in your /etc/mkinitcpio.conf.
HELPEOF

    mkinitcpio -H ntpdsync || true
}

post_upgrade() {
    post_install "$1"
}