zed-sdk-bin/zed-sdk.install

10 lines
197 B
Text
Raw Normal View History

2023-06-24 12:04:29 +02:00
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 .
}