From 76b128f11c07d62654928e597747fe972c079ca7 Mon Sep 17 00:00:00 2001 From: Daniel Hobi Date: Fri, 24 Jun 2011 14:09:46 +0200 Subject: infrastructure: remove leftover of old style hooks Commit ae2be8d (infrastructure: remove support for old style hooks) forgot to update an uninstall rule. Cc: Thomas Petazzoni Signed-off-by: Daniel Hobi Signed-off-by: Peter Korsgaard --- package/Makefile.package.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/Makefile.package.in') diff --git a/package/Makefile.package.in b/package/Makefile.package.in index bf4e1b49a..4bd40ba53 100644 --- a/package/Makefile.package.in +++ b/package/Makefile.package.in @@ -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: -- cgit v1.2.3