Changeset 7215
- Timestamp:
- 06/24/11 15:29:20 (2 years ago)
- Location:
- luci/trunk/applications/luci-meshwizard
- Files:
-
- 4 added
- 1 modified
-
ipkg/postinst (modified) (1 diff)
-
root (added)
-
root/etc (added)
-
root/etc/uci-defaults (added)
-
root/etc/uci-defaults/meshwizard (added)
Legend:
- Unmodified
- Added
- Removed
-
luci/trunk/applications/luci-meshwizard/ipkg/postinst
r7208 r7215 1 1 #!/bin/sh 2 2 [ -n "${IPKG_INSTROOT}" ] || { 3 uci set ucitrack.meshwizard="meshwizard" 4 uci set ucitrack.meshwizard.exec="/etc/init.d/wizard restart" 5 uci commit 6 exit 0 3 ( . /etc/uci-defaults/meshwizard ) && rm -f /etc/uci-defaults/meshwizard 7 4 } 8
