roacn-packages/luci-theme-jj/ipkg/postinst

4 lines
136 B
Plaintext
Raw Permalink Normal View History

2024-01-10 01:38:55 +08:00
#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
( . /etc/uci-defaults/luci-theme-jj ) && rm -f /etc/uci-defaults/luci-theme-jj
}