summarylogtreecommitdiffstats
path: root/todotxt.install
diff options
context:
space:
mode:
authorTatsunori Aoki2016-02-14 23:53:19 +0900
committerTatsunori Aoki2016-02-14 23:53:19 +0900
commit67f1afb36a76f2008fd43efeb7d1d2db53249233 (patch)
treec65410d32b7f9f103fd9aa9dc02d902b8ab3dc9b /todotxt.install
parent8f71c01675472772e417ec63d64bdde60e0c1033 (diff)
downloadaur-67f1afb36a76f2008fd43efeb7d1d2db53249233.tar.gz
Deleted wrong update message..
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
}