diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-04-30 13:48:38 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-04-30 13:48:38 (GMT) |
commit | 68a48a32bd92d0a68be285aca5be4da346cab25f (patch) | |
tree | c122a5939f304f49348d8f510ed0626195d1929f | |
parent | 6eae208f1674fa476dd45ab7bbfc24e320e59ada (diff) | |
download | linhes_pkgbuild-68a48a32bd92d0a68be285aca5be4da346cab25f.zip linhes_pkgbuild-68a48a32bd92d0a68be285aca5be4da346cab25f.tar.gz linhes_pkgbuild-68a48a32bd92d0a68be285aca5be4da346cab25f.tar.bz2 |
python-yaml: add .install
-rw-r--r-- | abs/core/python_modules/python-yaml/python-yaml.install | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/abs/core/python_modules/python-yaml/python-yaml.install b/abs/core/python_modules/python-yaml/python-yaml.install new file mode 100644 index 0000000..e2ae067 --- /dev/null +++ b/abs/core/python_modules/python-yaml/python-yaml.install @@ -0,0 +1,7 @@ +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 +} |