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

4 lines
141 B
Bash
Executable file

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