wok diff linux-source/receipt @ rev 12181

Up: tazlito (4.6.1) - Small fix
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 24 16:46:08 2012 +0100 (2012-03-24)
parents 1d89aa1672da
children 6f536abe4f0b
line diff
     1.1 --- a/linux-source/receipt	Wed Feb 16 20:27:55 2011 +0000
     1.2 +++ b/linux-source/receipt	Sat Mar 24 16:46:08 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 +}