updated on Thu Jan 19 00:16:31 UTC 2012
[aur-mirror.git] / clamsmtp / clamsmtp.install
blob13a395f9b14dc69fc6745010dec428441997e540
1 # arg 1:  the new package version
3 post_install() {
4         echo "See http://memberwebs.com/nielsen/software/clamsmtp/postfix.html for configuration instruction."
5         echo "Edit /etc/conf.d/clamsmtp."
6         echo "Configfile is /etc/clamav/clamsmtpd.conf."
7         /bin/true
10 # arg 1:  the new package version
11 # arg 2:  the old package version
12 post_upgrade() {
13   /bin/true
16 # arg 1:  the old package version
17 pre_remove() {
18   /bin/true
21 op=$1
22 shift
23 $op $*