luci/applications/luci-p2pblock/ipkg/postinst

4 lines
123 B
Bash
Executable file

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