chiark / gitweb /
Merge remote-tracking branch 'python/master' into old-python/
[hippotat.git] / old-python / debian / hippotat.postrm
1 #!/bin/sh
2 set -e
3 case "$1" in
4 purge)
5         rm -rf /etc/hippotat
6         ;;
7 esac