mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
89ec349ce6
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
7 lines
150 B
Bash
7 lines
150 B
Bash
#!/bin/sh
|
|
|
|
/usr/bin/sa-update > /dev/null 2>&1
|
|
if [ $? -eq 0 ]; then
|
|
[ -x /etc/rc.d/rc.spamd ] && /etc/rc.d/rc.spamd restart > /dev/null 2>&1
|
|
fi
|
|
|