~zulcss/nova/nova-api-fix-too

« back to all changes in this revision

Viewing changes to debian/nova-xcp-plugins.postrm

  • Committer: Chuck Short
  • Date: 2013-11-22 15:02:11 UTC
  • mfrom: (630.1.2 icehouse)
  • Revision ID: zulcss@ubuntu.com-20131122150211-82tcua4dxhop3q4o
Fixes FTBFS on trusty

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
 
3
 
set -e
4
 
 
5
 
if [ "$1" = "purge" ] ; then
6
 
        rm -f /etc/xcp/xenhost.conf
7
 
fi
8
 
 
9
 
#DEBHELPER#
10
 
 
11
 
exit 0