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