summarylogtreecommitdiffstats
path: root/todotxt.install
diff options
context:
space:
mode:
Diffstat (limited to 'todotxt.install')
-rw-r--r--todotxt.install12
1 files changed, 1 insertions, 11 deletions
diff --git a/todotxt.install b/todotxt.install
index 745117a68bc4..e0d400f8e869 100644
--- a/todotxt.install
+++ b/todotxt.install
@@ -1,17 +1,7 @@
# arg 1: the new package version
post_install() {
echo
- echo "Please copy the file /usr/share/todotxt/todo.cfg to ~/.todo.cfg"
- echo "and then edit the TODO_DIR path in that file to your desired todo data directory."
- echo
-}
-
-post_upgrade() {
- echo
- echo "Please note that the config file has changed from ~/.todo to ~/.todo.cfg,"
- echo "and the config file contents have changed slightly since the previous release."
- echo
- echo "Please copy the file /usr/share/todotxt/todo.cfg to ~/.todo.cfg"
+ echo "Please copy the file /usr/share/todotxt/todo.cfg to ~/.todo/config"
echo "and then edit the TODO_DIR path in that file to your desired todo data directory."
echo
}