summarylogtreecommitdiffstats
path: root/todotxt.install
blob: e0d400f8e8691674dafa42b108ae801d6a6ab239 (plain)
1
2
3
4
5
6
7
# arg 1:  the new package version
post_install() {
  echo
  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
}