summarylogtreecommitdiffstats
path: root/foldingathome.install
diff options
context:
space:
mode:
Diffstat (limited to 'foldingathome.install')
-rw-r--r--foldingathome.install19
1 files changed, 12 insertions, 7 deletions
diff --git a/foldingathome.install b/foldingathome.install
index d48431453e1f..0748e4bed3fb 100644
--- a/foldingathome.install
+++ b/foldingathome.install
@@ -1,10 +1,15 @@
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
+ 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
}