Your IP : 216.73.216.91


Current Path : /var/lib/dpkg/info/
Upload File :
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