wok-current diff gawk/receipt @ rev 3835
Add: stoqlib (0.9.10)
author | Claudinei Pereira <claudinei@slitaz.org> |
---|---|
date | Fri Aug 07 00:03:35 2009 +0000 (2009-08-07) |
parents | 17a39e4461e4 |
children | f903372d213b |
line diff
1.1 --- a/gawk/receipt Wed Feb 13 14:06:08 2008 +0100 1.2 +++ b/gawk/receipt Fri Aug 07 00:03:35 2009 +0000 1.3 @@ -36,7 +36,8 @@ 1.4 strip -s $fs/usr/bin/* 1.5 } 1.6 1.7 -# Post install to avoid erasing Busybox link 1.8 +# Pre and post install commands for Tazpkg. 1.9 +# We must remove all Busybox symlink before installing. 1.10 pre_install() 1.11 { 1.12 local root 1.13 @@ -44,3 +45,7 @@ 1.14 rm -f $root/usr/bin/awk 1.15 } 1.16 1.17 +post_remove() 1.18 +{ 1.19 + ln -s /bin/busybox /usr/bin/awk 1.20 +}