wok-6.x diff ndiswrapper-driver64/receipt @ rev 20622
pypi.python.org access with untrusted https (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Dec 31 13:58:30 2018 +0100 (2018-12-31) |
parents | bb88d5d1c8fb |
children | 20661c276bcf |
line diff
1.1 --- a/ndiswrapper-driver64/receipt Mon Jun 25 13:36:38 2018 +0200 1.2 +++ b/ndiswrapper-driver64/receipt Mon Dec 31 13:58:30 2018 +0100 1.3 @@ -37,3 +37,14 @@ 1.4 install -o root -m 0644 $src/driver/ndiswrapper.ko.xz \ 1.5 $fs/lib/modules/${kvers}-slitaz64/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#_}-slitaz64 1.12 +} 1.13 + 1.14 +post_remove() 1.15 +{ 1.16 + chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz64 1.17 +}