Commit 0b617654 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

dnsmasq: remove unneeded post install hook



Makefile.autotools.in already cleans up man pages if configured to do so.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 076f06e0
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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