diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-15 23:06:13 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-15 23:06:13 +0100 |
commit | c5ddc1d3d64bc57576f4c52bd54d220883ebd58a (patch) | |
tree | b328badfbd7e1482c1093521fb3c1dee266f6870 /package/openct/files/openct.postinst | |
parent | 38af8185ea05a1c5d1abb32a68a025e3b4afa4d6 (diff) |
add startup script
Diffstat (limited to 'package/openct/files/openct.postinst')
-rw-r--r-- | package/openct/files/openct.postinst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/openct/files/openct.postinst b/package/openct/files/openct.postinst new file mode 100644 index 000000000..c02a18c6d --- /dev/null +++ b/package/openct/files/openct.postinst @@ -0,0 +1,3 @@ +#!/bin/sh +. $IPKG_INSTROOT/etc/functions.sh +add_rcconf openct openct NO |