diff options
Diffstat (limited to 'cmake/Packaging/postinst.in')
-rwxr-xr-x | cmake/Packaging/postinst.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cmake/Packaging/postinst.in b/cmake/Packaging/postinst.in new file mode 100755 index 000000000..7fef2accf --- /dev/null +++ b/cmake/Packaging/postinst.in @@ -0,0 +1,6 @@ +#!/bin/sh + +if [ "$1" = "configure" ]; then + @CMAKE_INSTALL_PREFIX@/libexec/gnuradio/grc_setup_freedesktop install + ldconfig +fi |