diff options
author | Josh Blum <josh@joshknows.com> | 2012-03-29 16:03:13 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-03-29 16:03:13 -0700 |
commit | 86ff7466868504f4e7abcb06a89b59985812f645 (patch) | |
tree | 9b191c8624f709de71748820d8ea35678d7ce8bd /host/cmake/redhat | |
parent | 298d0ae5db4ede18295c6151f83a59b4f75c1599 (diff) | |
parent | 7ac203b39c126c4bdb9b2f5494052fd9eea8f21b (diff) | |
download | uhd-86ff7466868504f4e7abcb06a89b59985812f645.tar.gz uhd-86ff7466868504f4e7abcb06a89b59985812f645.tar.bz2 uhd-86ff7466868504f4e7abcb06a89b59985812f645.zip |
Merge branch 'maint'
Diffstat (limited to 'host/cmake/redhat')
-rwxr-xr-x | host/cmake/redhat/pre_install.in | 2 | ||||
-rwxr-xr-x | host/cmake/redhat/pre_uninstall.in | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/host/cmake/redhat/pre_install.in b/host/cmake/redhat/pre_install.in index b611fb381..e62d603ab 100755 --- a/host/cmake/redhat/pre_install.in +++ b/host/cmake/redhat/pre_install.in @@ -15,3 +15,5 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # + +echo 'Installing UHD.' diff --git a/host/cmake/redhat/pre_uninstall.in b/host/cmake/redhat/pre_uninstall.in index f1faa36ce..806da7f7c 100755 --- a/host/cmake/redhat/pre_uninstall.in +++ b/host/cmake/redhat/pre_uninstall.in @@ -16,5 +16,6 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # +echo 'Uninstalling UHD.' rm /etc/udev/rules.d/uhd-usrp.rules udevadm control --reload-rules |