updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / todotxt-git / todotxt.install
blob8a10cc1e61095a3115919696b9a37afdb359a105
1 post_install() {
2         echo
3         echo "Please make ~/.todo directory and copy the file /usr/share/todotxt/todo.cfg to ~/.todo/config"
4         echo "and then edit the TODO_DIR path in that file to your desired todo data directory."
5         echo
8 post_upgrade() {
9         echo
10         echo "The configuration file has recently moved to ~/.todo/config"
11         echo "Try:"
12         echo "mkdir -p ~/.todo/config mv ~/.todo.cfg ~/.todo/config"
13         echo