summaryrefslogtreecommitdiff
path: root/debian/sendmail-cf.postrm.in
blob: 96c039a83504f17de8594cb7d1caeb8380812aba (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -e;

if [ "$1" = "remove" ]; then
		# Make sure the data directory is *clean*
		rm -rf @datadir@/sendmail/cf
fi

#DEBHELPER#