summarylogtreecommitdiffstats
path: root/foldingathome.install
blob: d48431453e1fd215a0890c8aeab3d3ca4804b88b (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
  cat << 'EOM'
  --> Please cd to /opt/fah/ and execute ./FAHClient --configure
  --> as root to configure your settings. If you are using systemd, 
  --> then run "systemctl enable foldingathome.service" to enable
  --> the folding service. If you would like join the Arch Linux
  --> team, use team number 45032.  
EOM
}