1 2 3 4 5
#!/bin/sh if [ "$1" = "remove" ]; then @CMAKE_INSTALL_PREFIX@/libexec/gnuradio/grc_setup_freedesktop uninstall fi