luci/applications/luci-polipo/ipkg/postinst
2008-11-05 23:05:09 +00:00

4 lines
119 B
Bash
Executable file

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