blob: 5df4b5c8a22ed85a112430dcda53a4541ae2a5ba (
plain)
1
2
3
4
5
6
7
|
post_install()
{
echo "Installation of a postscript viewer such as 'gv' or 'ggv'"
echo "is highly recommended."
echo "To benefit from cddb features, installation of 'discid'"
echo "and 'pycddb' is required."
}
|