luci/applications/community-halle/ipkg/postinst
2008-06-09 07:56:20 +00:00

4 lines
137 B
Bash
Executable file

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