#!/bin/sh # postinst script for libbam1 set -e if [ "$1" = "configure" ]; then ldconfig fi