summaryrefslogtreecommitdiff
path: root/community/rtl-sdr/rtl-sdr.install
blob: d023ec1db3f0f6ab56906f9bbef635dddf0f9e70 (plain)
1
2
3
4
5
6
7
8
post_install() {
  echo ">>> You can not use a DVB stick for both DVB and SDR.  There is a driver conflict.  /etc/modprobe.d/rtlsdr.conf blacklists the DVB drivers."
}

post_upgrade() {
  post_install
}