zed-sdk-bin/zed-sdk.install

10 lines
215 B
Text
Raw Permalink Normal View History

2023-06-24 12:04:29 +02:00
post_install() {
echo "The ZED SDK binaries are in /usr/local/zed/bin"
echo "headers and libraries in /usr/local/zed/include and /usr/local/zed/lib "
2023-06-24 12:04:29 +02:00
post_upgrade
}
post_upgrade() {
ldconfig -r .
}