roacn-packages/luci-theme-jj/ipkg/postinst
github-actions[bot] f57305d139 🌈 Sync 2024-01-10 01:38
2024-01-10 01:38:55 +08:00

4 lines
136 B
Bash

#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
( . /etc/uci-defaults/luci-theme-jj ) && rm -f /etc/uci-defaults/luci-theme-jj
}