diff options
-rw-r--r-- | recipes/prelink/prelink_20061027.bb | 2 | ||||
-rw-r--r-- | recipes/prelink/prelink_20071009.bb | 2 |
2 files changed, 2 insertions, 2 deletions
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 |