Add Neutron 7.0.0 for Ubuntu 14.04
[openstack-build/neutron-build.git] / trusty / debian / neutron-metadata-agent.postrm
1 #!/bin/sh
2
3 set -e
4
5 if [ "${1}" = "purge" ] ; then
6         rm -f /etc/neutron/metadata_agent.ini
7 fi
8
9 #DEBHELPER#