summarylogtreecommitdiffstats
path: root/oscam.install
diff options
context:
space:
mode:
Diffstat (limited to 'oscam.install')
-rw-r--r--oscam.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/oscam.install b/oscam.install
new file mode 100644
index 000000000000..e1a289369ac1
--- /dev/null
+++ b/oscam.install
@@ -0,0 +1,9 @@
+post_install() {
+cat << 'EOM'
+ ==> PLEASE NOTE:
+ ==>
+ ==> Oscam needs to be configured before first use.
+ ==> The configuration files have to be placed under /etc/oscam.
+ ==> Check out /usr/share/doc/oscam/example for examples.
+EOM
+}