updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / todotxt / todotxt.install
blob745117a68bc4438329f35fa21ff2820e77158b2a
1 # arg 1:  the new package version
2 post_install() {
3   echo
4   echo "Please copy the file /usr/share/todotxt/todo.cfg to ~/.todo.cfg"
5   echo "and then edit the TODO_DIR path in that file to your desired todo data directory."
6   echo
9 post_upgrade() {
10   echo
11   echo "Please note that the config file has changed from ~/.todo to ~/.todo.cfg,"
12   echo "and the config file contents have changed slightly since the previous release."
13   echo
14   echo "Please copy the file /usr/share/todotxt/todo.cfg to ~/.todo.cfg"
15   echo "and then edit the TODO_DIR path in that file to your desired todo data directory."
16   echo