mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +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
|
|
}
|