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