wok diff pcmciautils/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 5cd5eb008923
children 71052cebb5a7
line diff
     1.1 --- a/pcmciautils/receipt	Mon Feb 23 14:02:39 2009 +0100
     1.2 +++ b/pcmciautils/receipt	Mon May 25 13:26:29 2009 +0200
     1.3 @@ -36,3 +36,8 @@
     1.4  	sed -i s#/lib/udev/pcmcia-socket-startup#/sbin/pcmcia-socket-startup# \
     1.5  		$fs/etc/udev/rules.d/60-pcmcia.rules
     1.6  }
     1.7 +
     1.8 +post_install()
     1.9 +{
    1.10 +	tazpkg reconfigure udev --root=$1
    1.11 +}