wok diff ndiswrapper-driver/receipt @ rev 20639

up rclone to v1.44
author Lucas Levrel <llevrel@yahoo.fr>
date Thu Jan 10 21:49:04 2019 +0100 (2019-01-10)
parents 8a51ff352615
children 20661c276bcf
line diff
     1.1 --- a/ndiswrapper-driver/receipt	Thu Mar 15 23:03:13 2018 +0100
     1.2 +++ b/ndiswrapper-driver/receipt	Thu Jan 10 21:49:04 2019 +0100
     1.3 @@ -34,3 +34,14 @@
     1.4  	install -o root -m 0644 $src/driver/ndiswrapper.ko.xz \
     1.5  		$fs/lib/modules/${kvers}-slitaz/kernel/misc/ndiswrapper.ko.xz
     1.6  }
     1.7 +
     1.8 +# Post install/remove commands for Tazpkg.
     1.9 +post_install()
    1.10 +{
    1.11 +	chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz
    1.12 +}
    1.13 +
    1.14 +post_remove()
    1.15 +{
    1.16 +	chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz
    1.17 +}