post_install(){
 libtool --finish /usr/lib > /dev/null
}

post_upgrade(){
  post_install
} 

