post_install() {
    echo "The ZED SDK binaries are in /opt/zed/bin"
    echo "headers and libraries in /opt/zed/include and /opt/zed/lib "
    post_upgrade
}

post_upgrade() {
    ldconfig -r .
}