wok diff kqemu/receipt @ rev 1299

Up busybox (1.12.0) with built in module-init-tools
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 21 20:11:27 2008 +0000 (2008-08-21)
parents d62df896a773
children b4ca1619acb9
line diff
     1.1 --- a/kqemu/receipt	Mon Jun 16 19:31:38 2008 +0000
     1.2 +++ b/kqemu/receipt	Thu Aug 21 20:11:27 2008 +0000
     1.3 @@ -42,11 +42,11 @@
     1.4  # Post install/remove commands for Tazpkg.
     1.5  post_install()
     1.6  {
     1.7 -	depmod -a -b "$1/"
     1.8 +	depmod -a -b "$1/" $EXTRAVERSION-slitaz
     1.9  }
    1.10  
    1.11  post_remove()
    1.12  {
    1.13 -	depmod -a
    1.14 +	depmod -a 
    1.15  }
    1.16