wok diff postfix/receipt @ rev 9214

nvidia: allow post_install without tty (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 11 11:22:16 2011 +0100 (2011-03-11)
parents b40fab812224
children 3a2fd8bd8c9e
line diff
     1.1 --- a/postfix/receipt	Wed Feb 23 22:40:19 2011 +0000
     1.2 +++ b/postfix/receipt	Fri Mar 11 11:22:16 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  }