| Current Path : /var/lib/dpkg/info/ |
| Current File : /var/lib/dpkg/info/mongodb-org-server.postrm |
#!/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