post_install() { ln -s /usr/lib/jvm/java-6-openjdk/bin/* /usr/bin } post_upgrade() { post_install } post_remove() { } op=$1 shift $op $*