diff options
author | M0Rf30 | 2023-10-03 19:37:55 +0200 |
---|---|---|
committer | M0Rf30 | 2023-10-03 19:37:55 +0200 |
commit | 905875c84947f89e6663052b8b25201fb2bd55d2 (patch) | |
tree | 4e0b540d0d551ea9c08e4f7aec3ffa71c05450d3 /rtl-sdr.install | |
parent | cc100260aa087998d30868b519a28d9335d7e592 (diff) | |
download | aur-905875c84947f89e6663052b8b25201fb2bd55d2.tar.gz |
rtl-sdr-git: update
Diffstat (limited to 'rtl-sdr.install')
-rw-r--r-- | rtl-sdr.install | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rtl-sdr.install b/rtl-sdr.install new file mode 100644 index 000000000000..81635a2e6a6a --- /dev/null +++ b/rtl-sdr.install @@ -0,0 +1,8 @@ +post_install() { + echo ">>> RTL-SDR-compatible DVB stick cannot be used for both DVB and SDR at once (driver conflict). This package provides /usr/lib/modprobe.d/rtlsdr.conf to blacklist the DVB drivers." +} + +post_upgrade() { + post_install +} + |