summaryrefslogtreecommitdiffstats
path: root/host/cmake/redhat
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-10-14 12:12:55 -0700
committerJosh Blum <josh@joshknows.com>2011-10-14 12:12:55 -0700
commit1eefd6f232241efcf678657dd638874c0f444c6f (patch)
tree861ffc8852d835d34ec03d7b8d66978e75628226 /host/cmake/redhat
parentf817f6f1db02d8a0cd6698510a2094ebce3bd171 (diff)
downloaduhd-1eefd6f232241efcf678657dd638874c0f444c6f.tar.gz
uhd-1eefd6f232241efcf678657dd638874c0f444c6f.tar.bz2
uhd-1eefd6f232241efcf678657dd638874c0f444c6f.zip
uhd: added post/pre un/install scripts for deb and rpm packagesrelease_003_003_000
Diffstat (limited to 'host/cmake/redhat')
-rwxr-xr-xhost/cmake/redhat/post_install.in20
-rwxr-xr-xhost/cmake/redhat/post_uninstall.in18
-rwxr-xr-xhost/cmake/redhat/pre_install.in16
-rwxr-xr-xhost/cmake/redhat/pre_uninstall.in19
4 files changed, 73 insertions, 0 deletions
diff --git a/host/cmake/redhat/post_install.in b/host/cmake/redhat/post_install.in
new file mode 100755
index 000000000..48194eb1c
--- /dev/null
+++ b/host/cmake/redhat/post_install.in
@@ -0,0 +1,20 @@
+#
+# Copyright 2011 Ettus Research LLC
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+
+cp @CMAKE_INSTALL_PREFIX@/share/uhd/utils/uhd-usrp.rules /etc/udev/rules.d/uhd-usrp.rules
+udevadm control --reload-rules
+ldconfig
diff --git a/host/cmake/redhat/post_uninstall.in b/host/cmake/redhat/post_uninstall.in
new file mode 100755
index 000000000..ba15f9d0e
--- /dev/null
+++ b/host/cmake/redhat/post_uninstall.in
@@ -0,0 +1,18 @@
+#
+# Copyright 2011 Ettus Research LLC
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+
+ldconfig
diff --git a/host/cmake/redhat/pre_install.in b/host/cmake/redhat/pre_install.in
new file mode 100755
index 000000000..bf8810cc7
--- /dev/null
+++ b/host/cmake/redhat/pre_install.in
@@ -0,0 +1,16 @@
+#
+# Copyright 2011 Ettus Research LLC
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
diff --git a/host/cmake/redhat/pre_uninstall.in b/host/cmake/redhat/pre_uninstall.in
new file mode 100755
index 000000000..7c191308c
--- /dev/null
+++ b/host/cmake/redhat/pre_uninstall.in
@@ -0,0 +1,19 @@
+#
+# Copyright 2011 Ettus Research LLC
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+
+rm /etc/udev/rules.d/uhd-usrp.rules
+udevadm control --reload-rules