summarylogtreecommitdiffstats
path: root/foldingathome.install
blob: 20190ea972bc97edb765fbe7319e618ed9599647 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
  cat << 'EOM'
  --> Please run
  -->   /opt/fah/fah-config
  --> as root to configure your settings.  Then run
  -->   systemctl enable --now foldingathome.service
  --> to enable the folding service.  If you would like
  --> to join the Arch Linux team, use team number 45032.
EOM

  true
}