summarylogtreecommitdiffstats
path: root/convpot.install
diff options
context:
space:
mode:
Diffstat (limited to 'convpot.install')
-rw-r--r--convpot.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/convpot.install b/convpot.install
new file mode 100644
index 000000000000..8c6e7e5a11d5
--- /dev/null
+++ b/convpot.install
@@ -0,0 +1,7 @@
+post_install() {
+cat << 'EOM'
+ ==> Convpot needs an unixODBC source for MDBTools to work
+ ==> Please add a [MDBToolsODBC] section to /etc/odbcinst.ini
+ ==> An example is given in /usr/share/convpot
+EOM
+}