@@ -125,6 +125,7 @@ function remove_mongodb {
if [ -f /etc/init.d/mongodb ]; then
rm /etc/init.d/mongodb
fi
+ sed -i '/install_mongodb/d' $COMPLETION_FILE
}