diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-02 15:30:56 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-02 15:30:56 +0200 |
commit | 3fc7c024cf716efa0d2d70fc33412b70b870146b (patch) | |
tree | 88f96f5f0b44d0644a227933b72e3de8b35ce972 /package/uvd/files/uvd.postinst | |
parent | 6b6b7abab1ffe76a87fd46623c1d026d4f25862f (diff) |
add a small udp based daemon
Diffstat (limited to 'package/uvd/files/uvd.postinst')
-rw-r--r-- | package/uvd/files/uvd.postinst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/uvd/files/uvd.postinst b/package/uvd/files/uvd.postinst new file mode 100644 index 000000000..ce254d5e7 --- /dev/null +++ b/package/uvd/files/uvd.postinst @@ -0,0 +1,3 @@ +#!/bin/sh +. $IPKG_INSTROOT/etc/functions.sh +add_rcconf uvd uvd NO |