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