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