Skip to content
Snippets Groups Projects
Verified Commit 51030db6 authored by Karel Koci's avatar Karel Koci :metal:
Browse files

updater-ng: drop updater-ng postins

This postins now contains only service enablement and that happens
automatically so there is no point in having this script.
parent 0599077f
Branches
Tags
No related merge requests found
......@@ -65,12 +65,6 @@ define Package/$(PKG_NAME)/conffiles
/etc/config/updater
endef
define Package/$(PKG_NAME)/postinst
if [ -z "$$IPKG_INSTROOT" ]; then
/etc/init.d/updater enable || true
fi
endef
define Package/$(PKG_NAME)-supervisor
TITLE:=Next generation updater supervisor and its library
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment