summaryrefslogtreecommitdiff
path: root/package/vsftpd
diff options
context:
space:
mode:
authorThomas De Schampheleire <patrickdepinguin@gmail.com>2013-12-05 11:54:08 +0100
committerPeter Korsgaard <peter@korsgaard.com>2013-12-06 09:40:40 +0100
commiteb7bd9ef617e5ddc8241981e7896d5b3f30ed9ee (patch)
tree040bfee55c1be4ce8616faecf11e83d224cc100a /package/vsftpd
parentb64273db75307a8ad3c30202b45582b8a2b894e8 (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/vsftpd')
-rw-r--r--package/vsftpd/vsftpd.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/package/vsftpd/vsftpd.mk b/package/vsftpd/vsftpd.mk
index c54499654..c0575a03f 100644
--- a/package/vsftpd/vsftpd.mk
+++ b/package/vsftpd/vsftpd.mk
@@ -50,13 +50,6 @@ define VSFTPD_INSTALL_TARGET_CMDS
install -d -m 700 $(TARGET_DIR)/usr/share/empty
endef
-define VSFTPD_UNINSTALL_TARGET_CMDS
- rm -f $(TARGET_DIR)/usr/sbin/vsftpd
- rm -f $(TARGET_DIR)/usr/share/man/man8/vsftpd.8
- rm -f $(TARGET_DIR)/usr/share/man/man5/vsftpd.conf.5
- rm -f $(TARGET_DIR)/etc/init.d/S70vsftpd
-endef
-
define VSFTPD_CLEAN_CMDS
-$(MAKE) -C $(@D) clean
endef