wok-6.x diff gutenpy/receipt @ rev 8241
Up: tazchroot to 0.0.4.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Jan 28 14:27:42 2011 +0000 (2011-01-28) |
parents | 335b02e4e8c8 |
children | d1c17bd2c2bc |
line diff
1.1 --- a/gutenpy/receipt Sun Jan 03 17:58:12 2010 +0000 1.2 +++ b/gutenpy/receipt Fri Jan 28 14:27:42 2011 +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 -}