wok diff netatalk-pam/receipt @ rev 11884

Up: tazpanel (1.3) - Wifi connection made easy, fix hrdware page and imprevements
author Christophe Lincoln <pankso@slitaz.org>
date Tue Feb 28 14:32:34 2012 +0100 (2012-02-28)
parents 084d54778a9d
children a4ff6ffd215b
line diff
     1.1 --- a/netatalk-pam/receipt	Tue Feb 15 18:01:59 2011 +0000
     1.2 +++ b/netatalk-pam/receipt	Tue Feb 28 14:32:34 2012 +0100
     1.3 @@ -51,3 +51,14 @@
     1.4  ----
     1.5  EOF
     1.6  }
     1.7 +
     1.8 +# Overlap busybox
     1.9 +pre_install()
    1.10 +{
    1.11 +	rm -f $1/usr/bin/timeout
    1.12 +}
    1.13 +
    1.14 +post_remove()
    1.15 +{
    1.16 +	ln -s /bin/busybox /usr/bin/timeout
    1.17 +}