mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +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 $*
|