summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVi0L02015-09-06 21:22:35 +0200
committerVi0L02015-09-06 21:22:35 +0200
commit59a690e3641c0737f60e5db33313674c95d97a4f (patch)
treedc0be0de9db55bada3229bad48005ca89fc6a16e
parent792cef0fed49ade3ae81c226ea2d0a511ca95430 (diff)
downloadaur-59a690e3641c0737f60e5db33313674c95d97a4f.tar.gz
fixed sdk.install file
-rw-r--r--amdapp-sdk.install7
1 files changed, 5 insertions, 2 deletions
diff --git a/amdapp-sdk.install b/amdapp-sdk.install
index d2b240e78ba8..8d966309744b 100644
--- a/amdapp-sdk.install
+++ b/amdapp-sdk.install
@@ -2,13 +2,16 @@ whisper() {
echo "Before using read the license placed here:"
echo "/usr/share/licenses/amdapp-sdk/APPSDK-EULA-linux.txt"
echo ""
- echo "amdapp-sdk package was split into 5 packages:"
+ echo "amdapp-sdk package is split into 4 packages:"
echo "amdapp-sdk :: main package"
- echo "amdapp-sdk-aparapi :: AparapiUtil and aparapi samples"
echo "amdapp-sdk-opencv :: OpenCVUtils and opencv samples"
echo "amdapp-sdk-docs :: documentation"
echo "amdapp-sdk-nocatalyst :: libs and icd for non-catalyst users"
echo ""
+ echo -e "\e[0;36mAMD removed aparapi samples\e[0m"
+ echo "amdapp-sdk-aparapi is no longer included"
+ echo "it will NOT be automatically removed, thought"
+ echo ""
}
post_install() {