diff options
Diffstat (limited to 'cmake/Packaging/prerm.in')
-rwxr-xr-x | cmake/Packaging/prerm.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cmake/Packaging/prerm.in b/cmake/Packaging/prerm.in deleted file mode 100755 index d098878503..0000000000 --- a/cmake/Packaging/prerm.in +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -if [ "$1" = "remove" ]; then - @CMAKE_INSTALL_PREFIX@/libexec/gnuradio/grc_setup_freedesktop uninstall -fi |