summarylogtreecommitdiffstats
path: root/wfdb.install
diff options
context:
space:
mode:
authorFabien Dubosson2015-05-29 13:15:14 +0200
committerFabien Dubosson2015-05-29 13:15:14 +0200
commit9a7c588d296df12afe1391a53bef88057b5d119d (patch)
treee76f70bb61d6534b57aeb254e802d918b45e5184 /wfdb.install
downloadaur-9a7c588d296df12afe1391a53bef88057b5d119d.tar.gz
Move 'lib32-wfdb' into separate repo for AUR4
Diffstat (limited to 'wfdb.install')
-rw-r--r--wfdb.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/wfdb.install b/wfdb.install
new file mode 100644
index 000000000000..8c63f515b3a6
--- /dev/null
+++ b/wfdb.install
@@ -0,0 +1,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 '========================================================================='
+}