commit 43e68fac39707da8f108f9f8f6d525cf5f14a97b
parent 851d7d2cec9ec9a9cf7e15acf9d25864e7226368
Author: Alexandru Ardelean <ardeleanalex@gmail.com>
Date: Tue, 29 Dec 2015 13:42:16 +0200
openvswitch: remove redundant postint rule
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Diffstat:
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile
@@ -165,11 +165,6 @@ define Package/openvswitch-benchmark/install
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/ovs-benchmark $(1)/usr/bin/
endef
-define Package/openvswitch/postinst
-#!/bin/sh
-[ -n "$${IPKG_INSTROOT}" ] || /etc/init.d/openvswitch enable || true
-endef
-
$(eval $(call BuildPackage,openvswitch))
$(eval $(call BuildPackage,openvswitch-python))
$(eval $(call BuildPackage,openvswitch-ipsec))