root/gnuradio/branches/releases/3.1/debian/libusrp0c2a.postrm
| Revision 6631 (checked in by jcorgan, 1 year ago) |
|---|
| Line | |
|---|---|
| 1 | #! /bin/sh |
| 2 | |
| 3 | set -e |
| 4 | |
| 5 | if [ "$1" != "remove" ]; then |
| 6 | exit 0 |
| 7 | fi |
| 8 | |
| 9 | rm -f /etc/udev/rules.d/40-usrp.rules |
| 10 | |
| 11 | exit 0 |
Note: See TracBrowser for help on using the browser.
