Sign in
apache
/
spamassassin
/
trunk
/
.
/
debian
/
spamd.postinst
blob: 521f44df6baec3f586d94d814cf928df14fa1a9e [
file
]
#!/bin/sh
set
-
e
#DEBHELPER#
if
[
"$1"
=
"triggered"
]
&&
[
"$2"
=
"perl-major-upgrade"
];
then
echo
"OK, restarting spamd due to trigger"
invoke
-
rc
.
d spamd restart
fi