4 lines
115 B
Bash
Executable file
4 lines
115 B
Bash
Executable file
#!/bin/sh
|
|
[ -n "${IPKG_INSTROOT}" ] || {
|
|
( . /etc/uci-defaults/luci-olsr ) && rm -f /etc/uci-defaults/luci-olsr
|
|
}
|