Ahenk/debian/ahenk.postrm

8 lines
96 B
Text
Raw Normal View History

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