diff options
author | Josh Blum | 2011-11-16 17:27:43 -0800 |
---|---|---|
committer | Josh Blum | 2011-11-30 21:37:53 -0500 |
commit | 507c3a2eba8153ab285f0ec8c35598588382d1db (patch) | |
tree | 81c3d626a2b8aec9201316ab13b10fb7dfd25007 /cmake/debian/prerm.in | |
parent | edbfdf08d8e4bfa3ea725dc69089123537403ed6 (diff) | |
download | gnuradio-507c3a2eba8153ab285f0ec8c35598588382d1db.tar.gz gnuradio-507c3a2eba8153ab285f0ec8c35598588382d1db.tar.bz2 gnuradio-507c3a2eba8153ab285f0ec8c35598588382d1db.zip |
cmake: added support for monolithic packaging rpms + debs
Diffstat (limited to 'cmake/debian/prerm.in')
-rwxr-xr-x | cmake/debian/prerm.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cmake/debian/prerm.in b/cmake/debian/prerm.in new file mode 100755 index 000000000..d09887850 --- /dev/null +++ b/cmake/debian/prerm.in @@ -0,0 +1,5 @@ +#!/bin/sh + +if [ "$1" = "remove" ]; then + @CMAKE_INSTALL_PREFIX@/libexec/gnuradio/grc_setup_freedesktop uninstall +fi |