summaryrefslogtreecommitdiff
path: root/cmake/Packaging/postinst.in
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/Packaging/postinst.in')
-rwxr-xr-xcmake/Packaging/postinst.in6
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