blob: 0789e30f98b6cab976b1c95ad23bc092927273d5 (
plain)
1
2
3
4
5
6
7
8
|
post_install()
{
echo "Before using read the license placed here:"
echo "/usr/share/licenses/amdapp-sdk/APPSDK-EULA-linux.txt"
echo ""
echo " OpenCVUtil and samples can be found in /opt/AMDAPP/SDK/samples/opencv"
echo ""
}
|