infrastructure: remove leftover of old style hooks
authorDaniel Hobi <daniel.hobi@schmid-telecom.ch>
Fri, 24 Jun 2011 12:09:46 +0000 (14:09 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 6 Jul 2011 05:21:08 +0000 (07:21 +0200)
Commit ae2be8d (infrastructure: remove support for old style hooks)
forgot to update an uninstall rule.

Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Daniel Hobi <daniel.hobi@schmid-telecom.ch>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/Makefile.package.in

index bf4e1b49a37b1bb010dd9054e7fe9b39fbc132bb..4bd40ba530a45f4211bd84b62de88dc3e089775f 100644 (file)
@@ -324,7 +324,7 @@ $(BUILD_DIR)/%/.stamp_uninstalled:
        $($(PKG)_UNINSTALL_STAGING_CMDS)
        rm -f $($(PKG)_TARGET_INSTALL_STAGING)
        $($(PKG)_UNINSTALL_TARGET_CMDS)
-       rm -f $($(PKG)_TARGET_INSTALL_TARGET) $($(PKG)_HOOK_POST_INSTALL)
+       rm -f $($(PKG)_TARGET_INSTALL_TARGET)
 
 # Remove package sources
 $(BUILD_DIR)/%/.stamp_dircleaned: