wok-current diff grep/receipt @ rev 25474
openjdk-6-src: use find from findutils in place of busybox find
author | Hans-G?nter Theisgen |
---|---|
date | Thu Oct 13 16:42:57 2022 +0100 (2022-10-13) |
parents | 8b5c3df6e968 |
children | 5926178cd6fa |
line diff
1.1 --- a/grep/receipt Mon Mar 21 09:36:52 2022 +0000 1.2 +++ b/grep/receipt Thu Oct 13 16:42:57 2022 +0100 1.3 @@ -38,6 +38,7 @@ 1.4 cook_copy_folders bin 1.5 } 1.6 1.7 +# Pre and post install commands for Tazpkg. 1.8 post_install() 1.9 { 1.10 for i in grep egrep fgrep 1.11 @@ -47,7 +48,7 @@ 1.12 done 1.13 } 1.14 1.15 -post_remove() 1.16 +pre_remove() 1.17 { 1.18 for i in grep egrep fgrep 1.19 do