summaryrefslogtreecommitdiff
path: root/package/file
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/file
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/file')
-rw-r--r--package/file/file.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/package/file/file.mk b/package/file/file.mk
index 18a945904..643680265 100644
--- a/package/file/file.mk
+++ b/package/file/file.mk
@@ -11,10 +11,5 @@ FILE_INSTALL_STAGING = YES
FILE_LICENSE = BSD-2c, one file BSD-4c, one file BSD-3c
FILE_LICENSE_FILES = COPYING src/mygetopt.h src/vasprintf.c
-define FILE_UNINSTALL_TARGET_CMDS
- $(MAKE) DESTDIR=$(TARGET_DIR) uninstall -C $(FILE_DIR)
- rm -f $(TARGET_DIR)/usr/lib/libmagic.*
-endef
-
$(eval $(autotools-package))
$(eval $(host-autotools-package))