better handling of install
This commit is contained in:
parent
76030f564b
commit
8e9654db7c
2 changed files with 44 additions and 37 deletions
9
zed-sdk.install
Normal file
9
zed-sdk.install
Normal file
|
@ -0,0 +1,9 @@
|
|||
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 .
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue