aboutsummaryrefslogtreecommitdiffstats
path: root/mail/sccmilter/pkg-deinstall
blob: d58234a753ada2fe018401fec1a8f40a9d5933b2 (plain) (blame)
1
2
3
4
5
6
#!/bin/sh

if [ "$2" = "DEINSTALL" ]; then
    echo "Do not forget delete filter description from /etc/mail/freebsd.mc"
    echo "and rebuild sendmail.cf file!"
fi