diff options
Diffstat (limited to 'package/wsapi/wsapi.mk')
-rw-r--r-- | package/wsapi/wsapi.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/wsapi/wsapi.mk b/package/wsapi/wsapi.mk index c70502b7e8..ba917a6248 100644 --- a/package/wsapi/wsapi.mk +++ b/package/wsapi/wsapi.mk @@ -14,8 +14,4 @@ define WSAPI_INSTALL_TARGET_CMDS $(TARGET_DIR)/usr/share/lua/wsapi endef -define WSAPI_UNINSTALL_TARGET_CMDS - rm -rf "$(TARGET_DIR)/usr/share/lua/wsapi" -endef - $(eval $(generic-package)) |