flm01/openwrt/packages/luci/applications/luci-polipo/ipkg/postinst

4 lines
119 B
Bash
Executable file

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