浏览代码

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>
Peter Korsgaard 16 年之前
父节点
当前提交
0b61765444
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      package/dnsmasq/dnsmasq.mk

+ 0 - 5
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