daemon: record the deferred for a request in the queue, too
[hippotat] / debian / hippotat.postrm
CommitLineData
4a7b1a88
IJ
1#!/bin/sh
2set -e
3case "$1" in
4purge)
5 rm -rf /etc/hippotat
6 ;;
7esac