blob: 6899bba12cf676da401c55ab64e1645da047bb64 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
post_install() {
cat << 'EOM'
--> Please cd to /opt/fah-v7/ and execute ./FAHClient --configure
--> as root to configure your settings. If you are using systemd,
--> then run "systemctl enable foldingathome-v7.service" to enable
--> the folding service. If you are using initscripts, then add
--> "foldingathome-v7" to the list of daemons in /etc/rc.conf.
--> If you would like join the Arch Linux team, use team number
--> 45032.
EOM
}
|