mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
openvswitch: remove redundant postint rule
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
@@ -165,11 +165,6 @@ define Package/openvswitch-benchmark/install
|
|||||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/ovs-benchmark $(1)/usr/bin/
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/ovs-benchmark $(1)/usr/bin/
|
||||||
endef
|
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))
|
||||||
$(eval $(call BuildPackage,openvswitch-python))
|
$(eval $(call BuildPackage,openvswitch-python))
|
||||||
$(eval $(call BuildPackage,openvswitch-ipsec))
|
$(eval $(call BuildPackage,openvswitch-ipsec))
|
||||||
|
|||||||
Reference in New Issue
Block a user