summarylogtreecommitdiffstats
path: root/foldingathome.install
diff options
context:
space:
mode:
authorMaxime Gauduin2020-04-17 16:31:50 +0200
committerMaxime Gauduin2020-04-17 16:31:50 +0200
commit14723c8ddd8eace5db7e58b8de10923021039e87 (patch)
treef6b84734280be4fe79601edebb7fa7f288d195cd /foldingathome.install
parent5626b32a3799709d0356a858f89cdbe72261728e (diff)
downloadaur-14723c8ddd8eace5db7e58b8de10923021039e87.tar.gz
add upgrade message
Diffstat (limited to 'foldingathome.install')
-rw-r--r--foldingathome.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/foldingathome.install b/foldingathome.install
new file mode 100644
index 000000000000..b40a15c96bff
--- /dev/null
+++ b/foldingathome.install
@@ -0,0 +1,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
+}
+