wok-stable diff aufs/receipt @ rev 8302

Fix: check_module.sh (into linux stuff) modified to works with tazwok-experimental
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Feb 01 02:51:09 2011 +0100 (2011-02-01)
parents 2220c576fa76
children 1eb4492ff5cf
line diff
     1.1 --- a/aufs/receipt	Tue Jan 25 00:36:14 2011 +0000
     1.2 +++ b/aufs/receipt	Tue Feb 01 02:51:09 2011 +0100
     1.3 @@ -75,5 +75,5 @@
     1.4  post_remove()
     1.5  {
     1.6  	echo "Processing post-remove commands..."
     1.7 -	depmod -a
     1.8 +	chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz
     1.9  }