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

@@ -22,15 +22,6 @@ define LUASOCKET_INSTALL_TARGET_CMDS
INSTALL_TOP_LIB="$(TARGET_DIR)/usr/lib/lua" install
endef
define LUASOCKET_UNINSTALL_TARGET_CMDS
rm -rf "$(TARGET_DIR)/usr/lib/lua/mime"
rm -rf "$(TARGET_DIR)/usr/lib/lua/socket"
rm -rf "$(TARGET_DIR)/usr/share/lua/socket"
rm -f "$(TARGET_DIR)/usr/share/lua/socket.lua"
rm -f "$(TARGET_DIR)/usr/share/lua/mime.lua"
rm -f "$(TARGET_DIR)/usr/share/lua/ltn12.lua"
endef
define LUASOCKET_CLEAN_CMDS
$(MAKE) -C $(@D) -f makefile clean
endef