chiark / gitweb /
logging: if logevent_is_boringtwisted fails, print why when we print the exception
[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