2023-06-24 12:04:29 +02:00
|
|
|
post_install() {
|
2023-06-29 17:42:42 +02:00
|
|
|
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 .
|
|
|
|
}
|