wok diff aufs/receipt @ rev 19701

Up: slitaz-tools and slitaz-configs
author Christophe Lincoln <pankso@slitaz.org>
date Tue Feb 14 12:11:41 2017 +0100 (2017-02-14)
parents e111e954037a
children 6d5dc1d4590e
line diff
     1.1 --- a/aufs/receipt	Fri Sep 18 09:33:57 2015 +0200
     1.2 +++ b/aufs/receipt	Tue Feb 14 12:11:41 2017 +0100
     1.3 @@ -55,12 +55,10 @@
     1.4  # Post install/remove commands for Tazpkg.
     1.5  post_install()
     1.6  {
     1.7 -	echo "Processing post-install commands..."
     1.8 -	chroot "$root/" depmod -a ${EXTRAVERSION#_}-slitaz
     1.9 +	chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz
    1.10  }
    1.11  
    1.12  post_remove()
    1.13  {
    1.14 -	echo "Processing post-remove commands..."
    1.15 -	chroot "$root/" depmod -a ${EXTRAVERSION#_}-slitaz
    1.16 +	chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz
    1.17  }