wok-current rev 4750
gutenpy: edit receipt
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Sat Jan 09 18:16:48 2010 +0000 (2010-01-09) |
parents | 5325e8430795 |
children | 3e66b8291fd7 |
files | gutenpy/receipt |
line diff
1.1 --- a/gutenpy/receipt Sat Jan 09 18:07:13 2010 +0000 1.2 +++ b/gutenpy/receipt Sat Jan 09 18:16:48 2010 +0000 1.3 @@ -30,19 +30,3 @@ 1.4 cp -a stuff/* $fs 1.5 } 1.6 1.7 -post_install() 1.8 -{ 1.9 - # link old libraries 1.10 - echo -n "Linking libs..." 1.11 - cd $1/usr/lib 1.12 - ln -s libffi.so.5.0.9 libffi.so.4 1.13 - status 1.14 -} 1.15 - 1.16 -post_remove() 1.17 -{ 1.18 - # remove old libraries 1.19 - echo -n "Removing libs..." 1.20 - rm -f /usr/lib/libffi.so.4 1.21 - status 1.22 -}