# HG changeset patch # User Christopher Rogers # Date 1296269245 0 # Node ID f924946538db507653a96666ea56b59393681fad # Parent f5c01862825b84092efefd09b0425f73aba10f92 Fixed aufs post_remove function. diff -r f5c01862825b -r f924946538db aufs/receipt --- a/aufs/receipt Fri Jan 28 22:38:30 2011 +0000 +++ b/aufs/receipt Sat Jan 29 02:47:25 2011 +0000 @@ -75,5 +75,5 @@ post_remove() { echo "Processing post-remove commands..." - depmod -a + chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz }