summarylogtreecommitdiffstats
path: root/mysql-jdbc.install
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-jdbc.install')
-rw-r--r--mysql-jdbc.install18
1 files changed, 18 insertions, 0 deletions
diff --git a/mysql-jdbc.install b/mysql-jdbc.install
new file mode 100644
index 000000000000..dc32af10f6b1
--- /dev/null
+++ b/mysql-jdbc.install
@@ -0,0 +1,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-bin.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
+}