summarylogtreecommitdiffstats
path: root/foldingathome.install
blob: b40a15c96bffccb039cbe160b824e256df73e482 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
  cat << 'EOF'
  --> 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
}