summarylogtreecommitdiffstats
path: root/gr-osmosdr-nonfree-git.install
blob: a3be0b65dcb7a14d88d7dfede22bb8531daee577 (plain)
1
2
3
4
5
6
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
}