~andreserl/maas/quantal_packaging_updates_sru

« back to all changes in this revision

Viewing changes to debian/maas-cluster-controller.prerm

  • Committer: Tarmac
  • Author(s): Andres Rodriguez
  • Date: 2013-03-20 17:48:55 UTC
  • mfrom: (165.1.1 quantal)
  • Revision ID: tarmac-20130320174855-8jmx1vg74vn2olrl
[r=andreserl][bug=][author=andreserl] Backport slangasek fixes to packaging (rev 169)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
 
3
 
set -e
4
 
 
5
 
. /usr/share/debconf/confmodule
6
 
db_version 2.0
7
 
 
8
 
#DEBHELPER#
9
 
 
10
 
exit 0