openvswitch: remove redundant postint rule
authorAlexandru Ardelean <[email protected]>
Tue, 29 Dec 2015 11:42:16 +0000 (13:42 +0200)
committerAlexandru Ardelean <[email protected]>
Mon, 4 Jan 2016 09:00:55 +0000 (11:00 +0200)
Signed-off-by: Alexandru Ardelean <[email protected]>
net/openvswitch/Makefile

index a8af356d28bd803d9f78b91923eb7e9afc936156..546ad86e18a83855ff81b58aee044983d815e19b 100644 (file)
@@ -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))