1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-09-29 01:00:23 +03:00

nightsky: cp example-nightsky.yml to root/

This commit is contained in:
Xiangfu Liu 2010-11-30 16:38:33 +08:00
parent ebb0be28cd
commit ba83e782f9

View File

@ -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))