wok
diff aufs/receipt @ rev 8399
linux,syslinux: no more awk in shell tools
author |
Pascal Bellard <pascal.bellard@slitaz.org> |
date |
Sat Feb 05 16:34:18 2011 +0100 (2011-02-05) |
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 05 16:34:18 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 }