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