summarylogtreecommitdiffstats
path: root/wfdb.install
blob: 8c63f515b3a66141cb133672d3b6eab10bd8e62b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
    echo '========================================================================='
    echo 'In order to use `wfdb` tools, you will need to source `/usr/bin/setwfdb`:'
    echo '    $ . setwfdb'
    echo ''
    echo 'This is also the place to add the paths to your databases if they are not'
    echo 'in one of the following paths:'
    echo '    * .'
    echo '    * ${HOME}/database'
    echo '    * /usr/database'
    echo '    * /cdrom'
    echo '========================================================================='
}