wok-6.x diff hplip/receipt @ rev 3175

reconfigure udev after /etc/udev/rules.d addition
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 25 13:26:29 2009 +0200 (2009-05-25)
parents 583bdd691510
children 9bb77afebf85
line diff
     1.1 --- a/hplip/receipt	Fri May 01 13:43:09 2009 +0200
     1.2 +++ b/hplip/receipt	Mon May 25 13:26:29 2009 +0200
     1.3 @@ -68,3 +68,7 @@
     1.4  	
     1.5  }
     1.6  
     1.7 +post_install()
     1.8 +{
     1.9 +	tazpkg reconfigure udev --root=$1
    1.10 +}