diff options
author | James Meyer <james.meyer@operamail.com> | 2012-12-04 21:43:33 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-12-04 21:43:33 (GMT) |
commit | 03a4f6f5c9a43baf1dd7d5e9b44e5113b90ba35b (patch) | |
tree | 5d7dd7d95011fda5712356e67792d4d89b3d3f1f /abs/extra/foldingathome/foldingathome-v7.install | |
parent | 251aa67903af196b8cfe6eac0ff04a37a456238d (diff) | |
download | linhes_pkgbuild-03a4f6f5c9a43baf1dd7d5e9b44e5113b90ba35b.zip linhes_pkgbuild-03a4f6f5c9a43baf1dd7d5e9b44e5113b90ba35b.tar.gz linhes_pkgbuild-03a4f6f5c9a43baf1dd7d5e9b44e5113b90ba35b.tar.bz2 |
foldingathome: updated client to v7
refs #872
Diffstat (limited to 'abs/extra/foldingathome/foldingathome-v7.install')
-rw-r--r-- | abs/extra/foldingathome/foldingathome-v7.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/abs/extra/foldingathome/foldingathome-v7.install b/abs/extra/foldingathome/foldingathome-v7.install new file mode 100644 index 0000000..6899bba --- /dev/null +++ b/abs/extra/foldingathome/foldingathome-v7.install @@ -0,0 +1,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 +} + |