wok-next diff depmod/receipt @ rev 19819

gstreamer0: update for the new bison version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jul 29 12:09:11 2017 +0200 (2017-07-29)
parents 9e01bc6321ea
children
line diff
     1.1 --- a/depmod/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/depmod/receipt	Sat Jul 29 12:09:11 2017 +0200
     1.3 @@ -7,8 +7,8 @@
     1.4  MAINTAINER="pascal.bellard@slitaz.org"
     1.5  LICENSE="GPL2"
     1.6  WEB_SITE="https://www.kernel.org/pub/linux/utils/kernel/module-init-tools/"
     1.7 +
     1.8  WANTED="module-init-tools"
     1.9 -
    1.10  DEPENDS="wget glibc-base gcc-lib-base zlib lzlib"
    1.11  
    1.12  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.13 @@ -23,8 +23,3 @@
    1.14  {
    1.15  	rm -f "$1/sbin/depmod"
    1.16  }
    1.17 -
    1.18 -post_remove()
    1.19 -{
    1.20 -	ln -s /bin/busybox "$1/sbin/depmod"
    1.21 -}