wok-next rev 8245

Fixed aufs post_remove function.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Jan 29 02:47:25 2011 +0000 (2011-01-29)
parents f5c01862825b
children 83fadb5e3b3a
files aufs/receipt
line diff
     1.1 --- a/aufs/receipt	Fri Jan 28 22:38:30 2011 +0000
     1.2 +++ b/aufs/receipt	Sat Jan 29 02:47:25 2011 +0000
     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  }