mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-04 03:07: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
|
||
|
}
|