diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-11-05 23:05:09 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-11-05 23:05:09 +0000 |
commit | 6d31daf97e8a3e5158901271c10c57633cd4366f (patch) | |
tree | a2fa6680699020adbe426f6908abdfc70220fb48 /applications/luci-polipo/ipkg/postinst | |
parent | 7651fd78f055c0f6373027d5dae1f2ce9e8db4c3 (diff) |
* luci/applications: add polipo proxy support
Diffstat (limited to 'applications/luci-polipo/ipkg/postinst')
-rwxr-xr-x | applications/luci-polipo/ipkg/postinst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/applications/luci-polipo/ipkg/postinst b/applications/luci-polipo/ipkg/postinst new file mode 100755 index 0000000000..16408879a1 --- /dev/null +++ b/applications/luci-polipo/ipkg/postinst @@ -0,0 +1,4 @@ +#!/bin/sh +[ -n "${IPKG_INSTROOT}" ] || { + ( . /etc/uci-defaults/luci-polipo ) && rm -f /etc/uci-defaults/luci-polipo +} |