summaryrefslogtreecommitdiff
path: root/package/acpid
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/acpid
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/acpid')
-rw-r--r--package/acpid/acpid.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/package/acpid/acpid.mk b/package/acpid/acpid.mk
index 6a18f46ef9..5d0b8c9285 100644
--- a/package/acpid/acpid.mk
+++ b/package/acpid/acpid.mk
@@ -24,12 +24,6 @@ define ACPID_INSTALL_TARGET_CMDS
$(INSTALL) -D -m 0755 package/acpid/S02acpid $(TARGET_DIR)/etc/init.d/S02acpid
endef
-define ACPID_UNINSTALL_TARGET_CMDS
- rm -f $(TARGET_DIR)/usr/sbin/acpid
- rm -f $(TARGET_DIR)/usr/bin/acpi_listen
- rm -f $(addprefix $(TARGET_DIR)/usr/share/man/man8/,acpid.8 acpi_listen.8)
-endef
-
define ACPID_CLEAN_CMDS
-$(MAKE) -C $(@D) clean
endef