summaryrefslogtreecommitdiff
path: root/pcr/mysql-jdbc/mysql-jdbc.install
blob: 00be3f6c7b1dc689a601887a0a2e220fd7f40260 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
post_install() {
  cat<<EOF
To use the mysql-jdbc with LibreOffice (OpenOffice.org) you must register the class in OO.

1) Open OO by typing soffice
2) Click on Tools -> Options then expand the OpenOffice.org tree and select java
3) Click the button 'Class Path' and then 'Add Archive'
4) Browse to the file mysql-connector-java.jar located in /usr/share/java/mysql-jdbc
5) Select the file then just click OK
6) Restart OO to activate changes

Enjoy!
EOF
}

post_upgrade() {
  post_install
}