Ahenk/debian/ahenk.postrm

8 lines
92 B
Text
Raw Normal View History

2019-05-13 17:11:52 +03:00
#!/bin/sh
set -e
if [ -d /etc/ahenk ] && [ "$1" = "purge" ];then
rm -rf /etc/ahenk
fi