#!/bin/sh set -e # call ldconfig to signal the removal of our NSS library if [ "$1" = "remove" ] then ldconfig fi #DEBHELPER#