void-packages/srcpkgs/GraphicsMagick/INSTALL
onekk 45191c96ef New Package: GraphicsMagcik Image Processing System
In the INSTALL file are given instructions how to installing
the Perl Extension if needed

Regards
Carlo
2014-05-05 17:18:48 +02:00

30 lines
632 B
Plaintext

#
# This script will advice the user of the procedure of installation
# of the Perl interface for GraphicsMagick
#
case "${ACTION}" in
post)
cat << _EOF
=====================================================================
The libgraphicsmagick-devel package contain also:
- The documentation for GraphicsMagick found in:
/usr/share/doc/GraphicsMagick/www
- GraphicsMagick PERL extension.
To install this extension follow the instructions in:
/usr/share/doc/GraphicsMagick/PerlMagick/README.txt
The VoidLinux Team
=====================================================================
_EOF
;;
esac