summarylogtreecommitdiffstats
path: root/indigo.install
blob: 5d0aaa60285e78fa04c40653630e20577e82d508 (plain)
1
2
3
4
5
6
post_remove() {
  echo "Don't forget to remove /opt/indigo directory"
  echo "because temporary files are written here"
}

# vim:set ts=2 sw=2 et: