mirror of
https://github.com/roacn/openwrt-packages.git
synced 2025-01-09 04:18:08 +08:00
4 lines
136 B
Plaintext
4 lines
136 B
Plaintext
|
#!/bin/sh
|
||
|
[ -n "${IPKG_INSTROOT}" ] || {
|
||
|
( . /etc/uci-defaults/luci-theme-jj ) && rm -f /etc/uci-defaults/luci-theme-jj
|
||
|
}
|