Ahenk/debian/ahenk.postrm

8 lines
92 B
Bash

#!/bin/sh
set -e
if [ -d /etc/ahenk ] && [ "$1" = "purge" ];then
rm -rf /etc/ahenk
fi