diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-03-07 18:42:12 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-03-07 18:42:12 +0000 |
commit | 1973a023292d88fb87b3c9aa9d9f6495599f0be6 (patch) | |
tree | 64925bcdd0ea73526857b7d3a19cf54e84fa249d /applications/luci-uvc_streamer/ipkg | |
parent | 66fc0c4692401a5fc1e3633b58408fb5e7a20f63 (diff) |
trunk: drop uvc_stremaer support, package was removed upstream
Diffstat (limited to 'applications/luci-uvc_streamer/ipkg')
-rwxr-xr-x | applications/luci-uvc_streamer/ipkg/postinst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/applications/luci-uvc_streamer/ipkg/postinst b/applications/luci-uvc_streamer/ipkg/postinst deleted file mode 100755 index d0cf7fec6..000000000 --- a/applications/luci-uvc_streamer/ipkg/postinst +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -[ -n "${IPKG_INSTROOT}" ] || { - ( . /etc/uci-defaults/luci-uvc_streamer ) && rm -f /etc/uci-defaults/luci-uvc_streamer - /etc/init.d/uvc-streamer enabled || /etc/init.d/uvc-streamer enable -} |