updated on Sat Jan 14 00:11:12 UTC 2012
[aur-mirror.git] / qooxdoo-sdk / qooxdoo-sdk.install
blob6db680da328e3f60ad884e4accdcf97c9f9fc8a0
1 #!/bin/sh
2 post_upgrade() {
3 post_install $1
6 post_install() {
7 echo "Qooxdoo SDK was installed into /opt/qooxdoo-sdk/ directory."
8 echo "Read Getting Started guide on http://qooxdoo.org/ if you"
9 echo "have any questions."
12 op=$1
13 shift
14 $op $*