Ahenk/debian/ahenk.postrm

8 lines
92 B
Plaintext
Raw Normal View History

2020-04-06 18:10:41 +03:00
#!/bin/sh
set -e
if [ -d /etc/ahenk ] && [ "$1" = "purge" ];then
rm -rf /etc/ahenk
fi