summarylogtreecommitdiffstats
path: root/oscam.install
blob: e1a289369ac133607c0477aaab8ef64fa22a48a4 (plain)
1
2
3
4
5
6
7
8
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
}