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