diff options
Diffstat (limited to 'package/wipe/wipe.mk')
-rw-r--r-- | package/wipe/wipe.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/package/wipe/wipe.mk b/package/wipe/wipe.mk index c3d4f67303..4deabab156 100644 --- a/package/wipe/wipe.mk +++ b/package/wipe/wipe.mk @@ -16,9 +16,4 @@ define WIPE_INSTALL_TARGET_CMDS $(INSTALL) -D $(@D)/wipe.1 $(TARGET_DIR)/usr/share/man/man1/wipe.1 endef -define WIPE_UNINSTALL_TARGET_CMDS - rm -f $(TARGET_DIR)/usr/bin/wipe - rm -f $(TARGET_DIR)/usr/share/man/man1/wipe.1 -endef - $(eval $(autotools-package)) |