summaryrefslogtreecommitdiffstats
path: root/package/ntp
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/ntp
parentb64273db75307a8ad3c30202b45582b8a2b894e8 (diff)
downloadbuildroot-eb7bd9ef617e5ddc8241981e7896d5b3f30ed9ee.tar.gz
buildroot-eb7bd9ef617e5ddc8241981e7896d5b3f30ed9ee.zip
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/ntp')
-rw-r--r--package/ntp/ntp.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/package/ntp/ntp.mk b/package/ntp/ntp.mk
index 601fa97244..e70dfab922 100644
--- a/package/ntp/ntp.mk
+++ b/package/ntp/ntp.mk
@@ -58,13 +58,6 @@ define NTP_INSTALL_TARGET_CMDS
fi
endef
-define NTP_UNINSTALL_TARGET_CMDS
- rm $(TARGET_DIR)/usr/sbin/ntpd
- rm -f $(addprefix $(TARGET_DIR)/usr/bin/,$(NTP_INSTALL_FILES_y))
- rm $(TARGET_DIR)/etc/init.d/S49ntp
- rm $(TARGET_DIR)/etc/default/ntpd
-endef
-
NTP_POST_PATCH_HOOKS += NTP_PATCH_FIXUPS
$(eval $(autotools-package))
OpenPOWER on IntegriCloud