Skip to content

Commit

Permalink
Clean garbage after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
G10h4ck committed Oct 26, 2014
1 parent 3008610 commit 54ca776
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 54 deletions.
5 changes: 3 additions & 2 deletions packages/lime-system/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,10 @@ LIME_VERSION_SED:=$(SED) 's,%LIME_ID%,$(LIME_ID),g' \
define Package/$(PKG_NAME)/install
$(INSTALL_DIR) $(1)/
$(CP) ./files/* $(1)/
$(INSTALL_DIR) $(1)/etc/lime/
$(LIME_VERSION_SED) \
$(1)/etc/lime_release \
$(1)/etc/uci-defaults/90_lime-banner
$(1)/etc/lime/release \
$(1)/etc/uci-defaults/90-lime-banner
endef

$(eval $(call BuildPackage,$(PKG_NAME)))
49 changes: 0 additions & 49 deletions packages/lime-system/files/etc/init.d/lime

This file was deleted.

3 changes: 0 additions & 3 deletions packages/lime-system/files/etc/lime-defaults/10-lime_config

This file was deleted.

File renamed without changes.
5 changes: 5 additions & 0 deletions packages/lime-system/files/etc/uci-defaults/99-lime-config
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

sleep 5s
cp -r /etc/config /etc/lime/config.original
lua /usr/bin/lime-config && uci commit

0 comments on commit 54ca776

Please sign in to comment.