10 lines
197 B
Text
10 lines
197 B
Text
|
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 .
|
||
|
}
|