summaryrefslogtreecommitdiff
path: root/cmake/Packaging/postinst.in
blob: 7fef2accf4c54ba06aef8a90c2304e604b07d756 (plain)
1
2
3
4
5
6
#!/bin/sh

if [ "$1" = "configure" ]; then
    @CMAKE_INSTALL_PREFIX@/libexec/gnuradio/grc_setup_freedesktop install
    ldconfig
fi