#!/bin/sh -e case "$1" in configure) update-rc.d nfs-common-restart start 99 2 . >/dev/null ;; esac