summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--todotxt.install12
2 files changed, 2 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4b9004ec14e..0aca2f7592ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Feb 14 14:27:35 UTC 2016
+# Sun Feb 14 14:52:36 UTC 2016
pkgbase = todotxt
pkgdesc = lifehacker.com's todo.sh script for maintaining a todo.txt file
pkgver = 2.10
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
}