wok-current diff postfix/receipt @ rev 9335
Up: slitaz-menus (2.0) - Have now SliTaz Network menu :-)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Mar 18 13:37:40 2011 +0100 (2011-03-18) |
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 18 13:37:40 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 }