luci/themes/freifunk/ipkg/postinst
2008-10-03 20:34:12 +00:00

4 lines
135 B
Bash
Executable file

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