diff options
author | Thomas De Schampheleire <patrickdepinguin@gmail.com> | 2013-12-05 11:54:08 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-12-06 09:40:40 +0100 |
commit | eb7bd9ef617e5ddc8241981e7896d5b3f30ed9ee (patch) | |
tree | 040bfee55c1be4ce8616faecf11e83d224cc100a /package/portmap/portmap.mk | |
parent | b64273db75307a8ad3c30202b45582b8a2b894e8 (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/portmap/portmap.mk')
-rw-r--r-- | package/portmap/portmap.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/package/portmap/portmap.mk b/package/portmap/portmap.mk index a43fc1fc8..1e1f7ab38 100644 --- a/package/portmap/portmap.mk +++ b/package/portmap/portmap.mk @@ -37,10 +37,4 @@ define PORTMAP_INSTALL_TARGET_CMDS $(TARGET_DIR)/etc/init.d endef -define PORTMAP_UNINSTALL_TARGET_CMDS - rm -f $(addprefix $(TARGET_DIR)/sbin/,$(PORTMAP_SBINS)) - rm -f $(addprefix $(TARGET_DIR)/usr/share/man/man8/, \ - $(addsuffix .8,$(PORTMAP_SBINS))) -endef - $(eval $(generic-package)) |