1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-11-22 17:52:27 +02:00

nanonote-files copy file to etc

This commit is contained in:
Xiangfu Liu 2011-08-26 08:45:21 +08:00
parent 7d202ed048
commit 6b675730ca

View File

@ -54,7 +54,7 @@ endef
define Package/nanonote-data-files/postinst define Package/nanonote-data-files/postinst
#! /bin/sh #! /bin/sh
mv -f $${IPKG_INSTROOT}/usr/share/nanonote/files/etc/* $${IPKG_INSTROOT}/etc/ cp -af $${IPKG_INSTROOT}/usr/share/nanonote/files/etc/* $${IPKG_INSTROOT}/etc/
endef endef