summaryrefslogtreecommitdiff
path: root/debian/nova-xcp-plugins.postrm
blob: b992261fb9e283f5539b3858ca5e5ce2108a049a (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

if [ "$1" = "purge" ] ; then
	rm -f /etc/xcp/xenhost.conf
fi

#DEBHELPER#

exit 0