updated on Tue Jan 17 12:00:36 UTC 2012
[aur-mirror.git] / python-pyhyphen / pyhyphen.install
blobe16f6b689ff077dbb32c81046c071844bad81fdc
1 hyphen_dir=/usr/lib/python2.7/site-packages/hyphen
3 post_install() {
4   echo ">>> No hyphenation dictionaries were installed."
5   echo ">>> To make them available, run (as root):"
6   echo ">>> # pyhyphen-setup.py"
7   echo ">>>"  
8   echo ">>> NOTE: All dictionaries will be removed upon uninstallation."
11 pre_remove() {
12   echo "Removing all dictionaries..."
13   rm -f ${hyphen_dir}/*.dic
15   echo "Removing dictionary info..."
16   rm -f ${hyphen_dir}/dict_info.pickle