mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
13 lines
239 B
Text
13 lines
239 B
Text
|
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."
|
||
|
}
|
||
|
|
||
|
op=$1
|
||
|
shift
|
||
|
|
||
|
$op $*
|