wok rev 12112
linux-source: talk about get-linux-source
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Mar 12 18:21:24 2012 +0100 (2012-03-12) |
parents | 7cd5e097e668 |
children | aaa2da04cd73 |
files | linux-source/receipt |
line diff
1.1 --- a/linux-source/receipt Mon Mar 12 16:56:56 2012 +0000 1.2 +++ b/linux-source/receipt Mon Mar 12 18:21:24 2012 +0100 1.3 @@ -32,3 +32,13 @@ 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 + cat <<EOT 1.12 +Now you should get the linux kernel source files with : 1.13 + 1.14 +# get-linux-source 1.15 +EOT 1.16 +}