wok diff depmod/receipt @ rev 9062

linux-wireless: update modules list (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 04 13:15:00 2011 +0100 (2011-03-04)
parents d2d594c8804d
children 9624c47bd4ee
line diff
     1.1 --- a/depmod/receipt	Sun Jan 09 14:07:48 2011 +0100
     1.2 +++ b/depmod/receipt	Fri Mar 04 13:15:00 2011 +0100
     1.3 @@ -16,13 +16,13 @@
     1.4  	cp $_pkg/sbin/depmod $fs/sbin
     1.5  }
     1.6  
     1.7 -# Busybox depmod symlink currently not included in the BusyBox package
     1.8 -#pre_install()
     1.9 -#{
    1.10 -#	rm -f $1/sbin/depmod
    1.11 -#}
    1.12 -#
    1.13 -#post_remove()
    1.14 -#{
    1.15 -#	ln -s /bin/busybox /sbin/depmod
    1.16 -#}
    1.17 +# Overlap busybox
    1.18 +pre_install()
    1.19 +{
    1.20 +	rm -f $1/sbin/depmod
    1.21 +}
    1.22 +
    1.23 +post_remove()
    1.24 +{
    1.25 +	ln -s /bin/busybox /sbin/depmod
    1.26 +}