From 50b258a1d42c12e9f13e31282d6d555a1a9fcf32 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 8 Jan 2015 16:31:40 +0100 Subject: Remove obsolete ipkg directories Signed-off-by: Jo-Philipp Wich --- applications/luci-app-polipo/ipkg/postinst | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 applications/luci-app-polipo/ipkg/postinst (limited to 'applications/luci-app-polipo') diff --git a/applications/luci-app-polipo/ipkg/postinst b/applications/luci-app-polipo/ipkg/postinst deleted file mode 100755 index 0e23e2a4ae..0000000000 --- a/applications/luci-app-polipo/ipkg/postinst +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -[ -n "${IPKG_INSTROOT}" ] || { - ( . /etc/uci-defaults/luci-polipo ) && rm -f /etc/uci-defaults/luci-polipo - /etc/init.d/polipo enabled || /etc/init.d/polipo enable - exit 0 -} -- cgit v1.2.3