summaryrefslogtreecommitdiff
path: root/irc/anope/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'irc/anope/files/pkg-message.in')
-rw-r--r--irc/anope/files/pkg-message.in19
1 files changed, 11 insertions, 8 deletions
diff --git a/irc/anope/files/pkg-message.in b/irc/anope/files/pkg-message.in
index 351348f024de..f4c60ba13053 100644
--- a/irc/anope/files/pkg-message.in
+++ b/irc/anope/files/pkg-message.in
@@ -1,15 +1,18 @@
-
-# # # # # # # # # # # # # # # # # # # # # # # # # # # # #
-
+[
+{ type: install
+ message: <<EOM
Anope now installs to %%LOCALBASE%%/anope
-
+EOM
+}
+{ type: upgrade
+ maximum_version: 2.0.0
+ message: <<EOM
If you are upgrading from <2.0.0, you will need
to migrate your configs to the new format. There
is also a guide to migrate your databases to the
new format. Please read the release notes for 2.0.0.
https://www.anope.org/news.php?id=79
-
-# # # # # # # # # # # # # # # # # # # # # # # # # # # # #
-
-
+EOM
+}
+]