wok-current diff linux-source/receipt @ rev 25519

created recipes for libuv and libuv-dev 1.44.1
author Hans-G?nter Theisgen
date Fri Feb 24 15:35:59 2023 +0100 (19 months ago)
parents 86790a278e70
children a23978bfa665
line diff
     1.1 --- a/linux-source/receipt	Tue Aug 07 23:03:21 2018 +0200
     1.2 +++ b/linux-source/receipt	Fri Feb 24 15:35:59 2023 +0100
     1.3 @@ -37,3 +37,15 @@
     1.4  	ln -s /usr/src/linux-$VERSION \
     1.5  		$fs/lib/modules/$VERSION-slitaz/source
     1.6  }
     1.7 +
     1.8 +# Pre and post install commands for Tazpkg.
     1.9 +post_install()
    1.10 +{
    1.11 +	rm $1/usr/src/linux 2> /dev/null
    1.12 +	ln -s linux-$VERSION $1/usr/src/linux
    1.13 +}
    1.14 +
    1.15 +pre_remove()
    1.16 +{
    1.17 +	rm $1/usr/src/linux 2> /dev/null
    1.18 +}