diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-08 16:31:40 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-08 16:31:40 +0100 |
commit | 50b258a1d42c12e9f13e31282d6d555a1a9fcf32 (patch) | |
tree | c75385a54f4e8ecc0ebfdb210fa205ee839decfb /applications/luci-app-ushare | |
parent | 39ff053890a1519e11def32336154bebde2519e4 (diff) |
Remove obsolete ipkg directories
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'applications/luci-app-ushare')
-rw-r--r-- | applications/luci-app-ushare/ipkg/postinst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/applications/luci-app-ushare/ipkg/postinst b/applications/luci-app-ushare/ipkg/postinst deleted file mode 100644 index 54b1a33b4..000000000 --- a/applications/luci-app-ushare/ipkg/postinst +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -[ -n "${IPKG_INSTROOT}" ] || { - ( . /etc/uci-defaults/luci-ushare ) && rm -f /etc/uci-defaults/luci-ushare - /etc/init.d/ushare enabled || /etc/init.d/ushare enable - exit 0 -} |