From ba83e782f9b6c52b1efd687c9630b005ea50f4da Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Tue, 30 Nov 2010 16:38:33 +0800 Subject: [PATCH] nightsky: cp example-nightsky.yml to root/ --- nightsky/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nightsky/Makefile b/nightsky/Makefile index 1fef628..b01ac2c 100644 --- a/nightsky/Makefile +++ b/nightsky/Makefile @@ -54,4 +54,9 @@ define Package/nightsky/install endef +define Package/nightsky/postinst +#! /bin/sh +cp /usr/share/nightsky/example-nightsky.yml /root/.nightsky.yml +endef + $(eval $(call BuildPackage,nightsky))