#!/bin/sh set -e #DEBHELPER# if [ "$1" != upgrade ] then rm -f /var/lib/nfs/sm/* \ /var/lib/nfs/sm.bak/* \ /var/lib/nfs/state fi exit 0