#!/bin/sh set -e # Automatically added by dh_installinit/12.10ubuntu1 if [ "$1" = "purge" ] ; then update-rc.d mongod remove >/dev/null fi # End automatically added section