aboutsummaryrefslogtreecommitdiffstats
path: root/community/clamav/clamav-db.pre-upgrade
blob: 47230e16b2ded762b49c510484960948526eb863 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

# make sure we don't lose our config
mkdir -p /etc/clamav
if [ -f /etc/freshclam.conf ]; then
	mv /etc/freshclam.conf /etc/clamav/
	ln -s clamav/freshclam.conf /etc/freshclam.conf
fi

exit 0