wok-6.x diff pcmciautils/receipt @ rev 4609
libv4l: add LD_PREPLOAD trick to /etc/profile
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Tue Dec 15 16:42:43 2009 +0000 (2009-12-15) |
parents | 5cd5eb008923 |
children | 71052cebb5a7 |
line diff
1.1 --- a/pcmciautils/receipt Mon Feb 23 14:02:39 2009 +0100 1.2 +++ b/pcmciautils/receipt Tue Dec 15 16:42:43 2009 +0000 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 +}