blob: 8c6e7e5a11d5a26fb0f2cd6846764715651f6dfb (
plain)
1
2
3
4
5
6
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
}
|