summarylogtreecommitdiffstats
path: root/pynote.install
diff options
context:
space:
mode:
Diffstat (limited to 'pynote.install')
-rw-r--r--pynote.install13
1 files changed, 4 insertions, 9 deletions
diff --git a/pynote.install b/pynote.install
index 5c6f40e49f62..89dff9a2dc4f 100644
--- a/pynote.install
+++ b/pynote.install
@@ -1,11 +1,6 @@
-post_install() {
- echo "Do not forget to check the release notes!"
- echo "https://pynote.readthedocs.org/en/latest/changelog.html"
-}
-
post_upgrade() {
- echo "Do not forget to check the release notes!"
- echo "https://pynote.readthedocs.org/en/latest/changelog.html"
- echo "You find upgrade instructions here:"
- echo "https://pynote.readthedocs.org/en/latest/faq.html#upgrading-from-0-2-to-1-0"
+ echo "Pynote 2.0.0 is a complete rewrite!"
+ echo "Some file locations and config values have changed."
+ echo "Please copy ~/.noterc to ~/.config/note/noterc!"
+ echo "Additional information can be found in the manpage noterc(5)."
}