mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
13 lines
228 B
Text
13 lines
228 B
Text
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
|
|
}
|
|
|
|
op=$1
|
|
shift
|
|
$op $*
|