summarylogtreecommitdiffstats
path: root/adabooch.install
blob: 7ce1ab90a6e52ebddf1e02e709c7e780f9b2294c (plain)
1
2
3
4
5
6
7
8
9
10
11
# arg 1:  the new package version
post_install() {
    echo "To use components from the Booch library,"
    echo "you must make gnat aware of it."
    echo "Here are two examples how to do so."
    echo
    echo "Use include path: e.g. gnatmake -I/usr/lib/adabooch ...."
    echo
    echo "Set environment variable:"
    echo ' export ADA_INCLUDE_PATH=${ADA_INCLUDE_PATH}:/usr/lib/adabooch'
}