PKGBUILDs/extra/python-yaml/python-yaml.install
2009-09-26 09:35:50 -05:00

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 $*