diff options
Diffstat (limited to 'nightsky/Makefile')
| -rw-r--r-- | nightsky/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nightsky/Makefile b/nightsky/Makefile index 1fef628..610d369 100644 --- a/nightsky/Makefile +++ b/nightsky/Makefile @@ -54,4 +54,9 @@ define Package/nightsky/install endef +define Package/nightsky/postinst +#! /bin/sh +cp $${IPKG_INSTROOT}/usr/share/nightsky/example-nightsky.yml $${IPKG_INSTROOT}/root/.nightsky.yml +endef + $(eval $(call BuildPackage,nightsky)) |
