summarylogtreecommitdiffstats
path: root/foldingathome.install
blob: 0748e4bed3fbc8be1d831af61308f3f6d42c135a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
  cat << 'EOF'
  --> To start folding, please enable and start foldingathome.service.
  --> If you have an NVIDIA GPU, please first enable and start
  --> foldingathome-nvidia.service.
  --> To join the Arch Linux team, please use team number 45032.
EOF
}

post_upgrade() {
  cat << 'EOF'
  --> Please migrate your configuration to /etc/foldingathome/config.xml.
EOF
}