summaryrefslogtreecommitdiff
path: root/package/Makefile.package.in
diff options
context:
space:
mode:
authorDaniel Hobi <daniel.hobi@schmid-telecom.ch>2011-06-24 14:09:46 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2011-07-06 07:21:08 +0200
commit76b128f11c07d62654928e597747fe972c079ca7 (patch)
tree877d2af94f827d794fb55bc4ea14521e81e69779 /package/Makefile.package.in
parent0387830b2e6c6cb2513802b8abe86914d49f605c (diff)
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 <thomas.petazzoni@free-electrons.com> Signed-off-by: Daniel Hobi <daniel.hobi@schmid-telecom.ch> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/Makefile.package.in')
-rw-r--r--package/Makefile.package.in2
1 files changed, 1 insertions, 1 deletions
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: