summarylogtreecommitdiffstats
path: root/aparapi.install
blob: f32c98f93996bd9a04a8a534d7d8e6c3da46e20d (plain)
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
}