summarylogtreecommitdiffstats
path: root/gr-osmosdr-nonfree-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'gr-osmosdr-nonfree-git.install')
-rw-r--r--gr-osmosdr-nonfree-git.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/gr-osmosdr-nonfree-git.install b/gr-osmosdr-nonfree-git.install
new file mode 100644
index 000000000000..a3be0b65dcb7
--- /dev/null
+++ b/gr-osmosdr-nonfree-git.install
@@ -0,0 +1,7 @@
+post_install() {
+ echo "Ensure that the corresponding optional dependencies are installed for support of your device. If not, install the dependency and rebuild gr-osmosdr-nonfree-git."
+}
+
+post_upgrade() {
+ post_install $1
+}