1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
brick() { echo "" echo "aparapi was installed in /opt/AMDAPP/aparapi" echo " there you will also find docs and samples" echo "" } post_install() { bash etc/profile.d/aparapi.sh brick } post_upgrade() { bash etc/profile.d/aparapi.sh brick }