From 507c3a2eba8153ab285f0ec8c35598588382d1db Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 16 Nov 2011 17:27:43 -0800 Subject: cmake: added support for monolithic packaging rpms + debs --- cmake/debian/postinst.in | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 cmake/debian/postinst.in (limited to 'cmake/debian/postinst.in') diff --git a/cmake/debian/postinst.in b/cmake/debian/postinst.in new file mode 100755 index 000000000..7fef2accf --- /dev/null +++ b/cmake/debian/postinst.in @@ -0,0 +1,6 @@ +#!/bin/sh + +if [ "$1" = "configure" ]; then + @CMAKE_INSTALL_PREFIX@/libexec/gnuradio/grc_setup_freedesktop install + ldconfig +fi -- cgit