wok diff aufs/receipt @ rev 8528

Fix: typo in mlt depend.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Feb 12 19:45:30 2011 +0000 (2011-02-12)
parents 2220c576fa76
children 1eb4492ff5cf
line diff
     1.1 --- a/aufs/receipt	Tue Jan 25 00:36:14 2011 +0000
     1.2 +++ b/aufs/receipt	Sat Feb 12 19:45:30 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  }