summaryrefslogtreecommitdiffstats
path: root/package/dnsmasq
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-10-02 09:37:18 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2009-10-02 09:37:18 +0200
commit0b61765444467cb69c4c5612ee1d7f880481d847 (patch)
tree31906ee87910e779fb7abbaa93d3d7bf7c6af592 /package/dnsmasq
parent076f06e0f57a8ea8973970e4fc4462e54a36f59f (diff)
downloadbuildroot-novena-0b61765444467cb69c4c5612ee1d7f880481d847.tar.gz
buildroot-novena-0b61765444467cb69c4c5612ee1d7f880481d847.zip
dnsmasq: remove unneeded post install hook
Makefile.autotools.in already cleans up man pages if configured to do so. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/dnsmasq')
-rw-r--r--package/dnsmasq/dnsmasq.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/package/dnsmasq/dnsmasq.mk b/package/dnsmasq/dnsmasq.mk
index a7e43dcb0..dec2971aa 100644
--- a/package/dnsmasq/dnsmasq.mk
+++ b/package/dnsmasq/dnsmasq.mk
@@ -48,11 +48,6 @@ else
endif
touch $@
-$(DNSMASQ_HOOK_POST_INSTALL):
-ifneq ($(BR2_HAVE_MANPAGES),y)
- rm -f $(TARGET_DIR)/usr/share/man/man8/dnsmasq.8
-endif
-
$(DNSMASQ_TARGET_UNINSTALL):
$(call MESSAGE,"Uninstalling")
rm -f $(TARGET_DIR)/usr/sbin/dnsmasq