mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 22:47:16 +08:00
8 lines
206 B
Plaintext
8 lines
206 B
Plaintext
|
post_install() {
|
||
|
cat << EOT
|
||
|
==> Note that even though this package uses libyaml library,
|
||
|
==> slower pure python implementation is used by default.
|
||
|
==> See http://pyyaml.org/wiki/PyYAMLDocumentation
|
||
|
EOT
|
||
|
}
|