summarylogtreecommitdiffstats
path: root/aarchup.install
blob: 0085d4ff41de848b90924f63387bc25b5d6d8a75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_upgrade() {
  cat << EOF
    Crontab is no longer supported. The prefered method is still with --loop-time.
    Alternatively you can use systemd timer included in the package. Please see man aarchup.
    If you wish to use the systemd timer you can set the time frequency on the file /etc/systemd/system/aarchup.timer
EOF
}

post_install() {
  cat <<EOF
    Please check man pages for installation instructions.
    If you have any problems or would like to request a feature,
    check https://bbs.archlinux.org/viewtopic.php?id=119129
EOF
}