post_install() { /bin/true } post_upgrade() { ldconfig -r . } pre_remove() { /bin/true } post_remove() { /bin/true } op=$1 shift $op $*