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

4 lines
143 B
Bash
Executable file

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