diff options
author | Steven Barth <steven@midlink.org> | 2008-09-01 21:56:30 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-09-01 21:56:30 +0000 |
commit | 87bed5db45430fd69d7d89b30e1c6dae46d05e7c (patch) | |
tree | 55515589ae5b6f33ba0cd61b931cd8fa93aa48db /applications/luci-uvc_streamer/ipkg | |
parent | e5be8db11482a6f7200377ff422018e2aaeb21d0 (diff) |
Added UVC-Streamer application
Contributed by Yanira
Thanks a lot
Diffstat (limited to 'applications/luci-uvc_streamer/ipkg')
-rwxr-xr-x | applications/luci-uvc_streamer/ipkg/postinst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/applications/luci-uvc_streamer/ipkg/postinst b/applications/luci-uvc_streamer/ipkg/postinst new file mode 100755 index 000000000..492bc858c --- /dev/null +++ b/applications/luci-uvc_streamer/ipkg/postinst @@ -0,0 +1,4 @@ +#!/bin/sh +[ -n "${IPKG_INSTROOT}" ] || { + ( . /etc/uci-defaults/luci-uvc_streamer ) && rm -f /etc/uci-defaults/luci-uvc_streamer +} |