wok-6.x diff libv4l/receipt @ rev 5596
Up: xorg-xf86-video-neomagic
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Tue May 18 07:09:39 2010 -0400 (2010-05-18) |
parents | 4fcb5252b15b |
children | f4c57a9c37bf |
line diff
1.1 --- a/libv4l/receipt Tue Dec 15 16:42:43 2009 +0000 1.2 +++ b/libv4l/receipt Tue May 18 07:09:39 2010 -0400 1.3 @@ -32,3 +32,8 @@ 1.4 { 1.5 echo "export LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so" >> $1/etc/profile 1.6 } 1.7 + 1.8 +post_remove() 1.9 +{ 1.10 + sed -i 's/export LD_PRELOAD=\/usr\/lib\/libv4l\/v4l1compat.so/ /' $1/etc/profile 1.11 +}