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
2021-09-08 15:17:24 +03:00
if [ -d /etc/ahenk ] && [ "$1" = "purge" ];then
2020-04-06 18:10:41 +03:00
rm -rf /etc/ahenk
fi