updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git] / mysql-jdbc / mysql-jdbc.install
blob0f4878e66e32f7f856ca3e645a4e22d5de77cf79
1 pre_install() {
2         /bin/true
5 post_install() {
6   echo "
7 To use the mysql-jdbc with OpenOffice (LibreOffice) you must register the CLASS in OO.
9 1) Open OO by typing soffice
10 2) Click on Tools -> Options then expand the OpenOffice.org tree and select java
11 3) Click the button 'Class Path' and then 'Add Archive'
12 4) Browse to the file mysql-connector-java-bin.jar located in /usr/share/java/mysql-jdbc
13 5) Select the file then just click OK
14 6) Restart OO to activate changes
16 Enjoy!
20 pre_upgrade() {
21         /bin/true
24 post_upgrade() {
25         post_install
28 pre_remove() {
29         /bin/true
32 post_remove() {
33         /bin/true
36 op=$1
37 shift
38 $op $*