luci/applications/community-berlin/ipkg/postinst
2008-07-07 17:47:32 +00:00

4 lines
139 B
Bash
Executable file

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