chiark / gitweb /
hippotatlib/__init__.py: Make `vaddr' be an actual address object.
[hippotat.git] / debian / hippotat.postrm
1 #!/bin/sh
2 set -e
3 case "$1" in
4 purge)
5         rm -rf /etc/hippotat
6         ;;
7 esac