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

Merge branch 'hotfix/nor-update' into develop

parents e1801bdc a84052e5
Branches
Tags
1 merge request!697Turris OS 5.2 merge
......@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=mox-support
PKG_VERSION:=2.2.0
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_MAINTAINER:=CZ.NIC <packaging@turris.cz>
include $(INCLUDE_DIR)/package.mk
......@@ -88,6 +88,13 @@ define Package/shield-support/install
$(INSTALL_DATA) ./files/lighttpd-reforis-only.conf $(1)/etc/lighttpd/conf.d/reforis-redirect.conf
endef
define Package/shield-support/postinst
#!/bin/sh
[ -n "$$IPKG_INSTROOT" ] || {
/sbin/nor-update
}
endef
$(eval $(call BuildPackage,mox-generic-support))
$(eval $(call BuildPackage,mox-support))
$(eval $(call BuildPackage,shield-support))
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