wok diff compcache/receipt @ rev 8308

Fixed post_remove in 3rd party kernel modules.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Feb 01 00:17:12 2011 +0000 (2011-02-01)
parents d6292cae5538
children 0b4cf0d9e1b5
line diff
     1.1 --- a/compcache/receipt	Sat Nov 06 19:22:12 2010 +0000
     1.2 +++ b/compcache/receipt	Tue Feb 01 00:17:12 2011 +0000
     1.3 @@ -55,5 +55,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  }