packages: remove uninstall commands

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Thomas De Schampheleire
2013-12-05 11:54:08 +01:00
committed by Peter Korsgaard
parent b64273db75
commit eb7bd9ef61
154 changed files with 0 additions and 930 deletions

View File

@@ -15,10 +15,6 @@ define JSMIN_INSTALL_TARGET_CMDS
$(INSTALL) -m 0755 -D $(@D)/jsmin $(TARGET_DIR)/usr/bin/jsmin
endef
define JSMIN_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/bin/jsmin
endef
define HOST_JSMIN_BUILD_CMDS
$(HOST_CONFIGURE_OPTS) $(MAKE) -C $(@D) jsmin
endef