wok diff broadcom-wl/receipt @ rev 20167

Up smtube, smplayer (18.1.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Jan 11 13:05:26 2018 +0100 (2018-01-11)
parents db5b03f42dd9
children 5bafc5ba9b44
line diff
     1.1 --- a/broadcom-wl/receipt	Wed Jan 29 09:56:07 2014 +0100
     1.2 +++ b/broadcom-wl/receipt	Thu Jan 11 13:05:26 2018 +0100
     1.3 @@ -37,12 +37,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  }