wok diff linux64-kvm/receipt @ rev 17101

Add libnetfilter_conntrack
author Paul Issott <paul@slitaz.org>
date Fri Aug 29 20:56:19 2014 +0100 (2014-08-29)
parents 765487dd22da
children 123d0bce6945
line diff
     1.1 --- a/linux64-kvm/receipt	Sun Aug 17 09:56:09 2014 +0200
     1.2 +++ b/linux64-kvm/receipt	Fri Aug 29 20:56:19 2014 +0100
     1.3 @@ -34,11 +34,11 @@
     1.4  # Post install/remove commands for Tazpkg.
     1.5  post_install()
     1.6  {
     1.7 -	chroot "$root/" depmod -a $VERSION-slitaz
     1.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
     1.9  }
    1.10  
    1.11  post_remove()
    1.12  {
    1.13 -	chroot "$root/" depmod -a $VERSION-slitaz
    1.14 +	chroot "$root/" depmod -a $VERSION-slitaz64
    1.15  }
    1.16