wok diff postfix/receipt @ rev 9002

asterisk-sound: use $_pkg variable
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 03 15:43:41 2011 +0100 (2011-03-03)
parents b40fab812224
children 3a2fd8bd8c9e
line diff
     1.1 --- a/postfix/receipt	Wed Feb 23 22:40:19 2011 +0000
     1.2 +++ b/postfix/receipt	Thu Mar 03 15:43:41 2011 +0100
     1.3 @@ -98,8 +98,15 @@
     1.4  EOF
     1.5  }
     1.6  
     1.7 +# Overlap busybox
     1.8 +pre_install()
     1.9 +{
    1.10 +	rm -f $1/usr/sbin/sendmail
    1.11 +}
    1.12 +
    1.13  post_remove()
    1.14  {
    1.15  	deluser postfix
    1.16  	delgroup postdrop
    1.17 +	ln -s /bin/busybox /usr/sbin/sendmail
    1.18  }