File libhbalinux-remove-install-data-hook of Package libhbalinux2
diff --git a/Makefile.am b/Makefile.am
index b0ab765..47e8864 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,22 +10,3 @@ libhbalinux_la_LIBADD = $(PCIACCESS_LIBS)
dist_noinst_DATA = README COPYING INSTALL libhbalinux.spec
-install-data-hook: libhbalinux.la
- . $<; \
- ORG=org.open-fcoe.libhbalinux; \
- LIB=${libdir}/$${dlname}; \
- STR="$$ORG $$LIB"; \
- CONF=${sysconfdir}/hba.conf; \
- if test -f $$CONF; then \
- grep -E -q ^[[:space:]]*$$ORG[[:space:]]+$$LIB $$CONF; \
- if test $$? -ne 0; then \
- echo $$STR >> $$CONF; \
- else \
- echo "** $$CONF already configured"; \
- echo "** system configuration not updated"; \
- fi; \
- else \
- echo "** WARNING: $$CONF does not exist"; \
- echo "** system configuration not updated"; \
- fi
-