Skip to content
Snippets Groups Projects
Commit b283d72e authored by rubo77's avatar rubo77
Browse files

Makefile: add postinst ... $(call GluonCheckSite,check_site.lua)

parent 48336bf4
Branches 2017.1.x
No related tags found
No related merge requests found
include $(TOPDIR)/rules.mk
PKG_NAME:=gluon-ssid-changer
PKG_VERSION:=2
PKG_VERSION:=3
PKG_RELEASE:=$(GLUON_BRANCH)
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
include $(INCLUDE_DIR)/package.mk
include $(GLUONDIR)/include/package.mk
define Package/gluon-ssid-changer
SECTION:=gluon
......@@ -40,4 +40,9 @@ define Package/gluon-ssid-changer/install
./gluonShellDiet.sh $(1)/lib/gluon/ssid-changer/ssid-changer.sh
endef
define Package/gluon-ssid-changer/postinst
#!/bin/sh
$(call GluonCheckSite,check_site.lua)
endef
$(eval $(call BuildPackage,gluon-ssid-changer))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment