Package mailfromd-cfg_full: Scripts

Post install

1
2
3
4
5
6
7
8
{
    pushd /etc/mailfromd
    make
    popd

} &>/dev/null ||:
/usr/sbin/post_service mailfromd
rm -f /var/lib/mailfromd/*.db &>/dev/null ||:
Pre uninstall

/usr/sbin/preun_service mailfromd