From 7ef1593130cd0b56533f89b5fcf4c9909df5dcc4 Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Mon, 26 Oct 2009 16:35:34 +0100 Subject: prelink: Change postrm script to prerm. Calling 'prelink' after removing the binary is likely to fail. --- recipes/prelink/prelink_20061027.bb | 2 +- recipes/prelink/prelink_20071009.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes') diff --git a/recipes/prelink/prelink_20061027.bb b/recipes/prelink/prelink_20061027.bb index e93f1f2515..b650c2c2f1 100644 --- a/recipes/prelink/prelink_20061027.bb +++ b/recipes/prelink/prelink_20061027.bb @@ -38,7 +38,7 @@ fi prelink -a } -pkg_postrm_prelink() { +pkg_prerm_prelink() { #!/bin/sh prelink -au diff --git a/recipes/prelink/prelink_20071009.bb b/recipes/prelink/prelink_20071009.bb index e93f1f2515..b650c2c2f1 100644 --- a/recipes/prelink/prelink_20071009.bb +++ b/recipes/prelink/prelink_20071009.bb @@ -38,7 +38,7 @@ fi prelink -a } -pkg_postrm_prelink() { +pkg_prerm_prelink() { #!/bin/sh prelink -au -- cgit v1.2.3