summaryrefslogtreecommitdiff
path: root/package/oprofile
diff options
context:
space:
mode:
authorThomas De Schampheleire <patrickdepinguin@gmail.com>2013-12-05 11:54:08 +0100
committerPeter Korsgaard <peter@korsgaard.com>2013-12-06 09:40:40 +0100
commiteb7bd9ef617e5ddc8241981e7896d5b3f30ed9ee (patch)
tree040bfee55c1be4ce8616faecf11e83d224cc100a /package/oprofile
parentb64273db75307a8ad3c30202b45582b8a2b894e8 (diff)
packages: remove uninstall commands
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/oprofile')
-rw-r--r--package/oprofile/oprofile.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/package/oprofile/oprofile.mk b/package/oprofile/oprofile.mk
index abfb1cda8..186e30cbf 100644
--- a/package/oprofile/oprofile.mk
+++ b/package/oprofile/oprofile.mk
@@ -60,11 +60,4 @@ define OPROFILE_INSTALL_TARGET_CMDS
$(INSTALL) -m 755 $(@D)/libopagent/.libs/*.so* $(TARGET_DIR)/usr/lib/oprofile
endef
-define OPROFILE_UNINSTALL_TARGET_CMDS
- rm -f $(addprefix $(TARGET_DIR)/usr/bin/, $(notdir $(OPROFILE_BINARIES)))
- rm -f $(TARGET_DIR)/usr/bin/opcontrol
- rm -rf $(TARGET_DIR)/usr/share/oprofile
- rm -rf $(TARGET_DIR)/usr/lib/oprofile
-endef
-
$(eval $(autotools-package))