mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 17:57:13 +08:00
10 lines
170 B
Plaintext
10 lines
170 B
Plaintext
post_install() {
|
|
echo " Documentation and samples are in separate packages:"
|
|
echo " * opencv-docs"
|
|
echo " * opencv-samples"
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|