diff options
Diffstat (limited to 'cmake/Packaging/post_install.in')
-rwxr-xr-x | cmake/Packaging/post_install.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cmake/Packaging/post_install.in b/cmake/Packaging/post_install.in new file mode 100755 index 000000000..e7245f032 --- /dev/null +++ b/cmake/Packaging/post_install.in @@ -0,0 +1,4 @@ +#!/bin/sh + +@CMAKE_INSTALL_PREFIX@/libexec/gnuradio/grc_setup_freedesktop install +ldconfig |