summaryrefslogtreecommitdiff
path: root/community/rtl-sdr/rtl-sdr.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/rtl-sdr/rtl-sdr.install')
-rw-r--r--community/rtl-sdr/rtl-sdr.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/community/rtl-sdr/rtl-sdr.install b/community/rtl-sdr/rtl-sdr.install
new file mode 100644
index 000000000..d023ec1db
--- /dev/null
+++ b/community/rtl-sdr/rtl-sdr.install
@@ -0,0 +1,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
+}
+