~gandelman-a/glance/899970

« back to all changes in this revision

Viewing changes to debian/glance.prerm

  • Committer: Clint Byrum
  • Date: 2011-08-25 18:42:16 UTC
  • mfrom: (55.1.3 glance)
  • Revision ID: clint@ubuntu.com-20110825184216-ukl2l4piy4cj9d7f
* Install /etc/glance-scrubber.conf by default (LP: #816972)
* Remove glance user and logs on purge (LP: #828721)
* Converted dh to use "--with python2".
* Incremented standards version to 3.9.2; no changes required

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
set -e
 
4
 
 
5
case $1 in
 
6
        remove|purge)
 
7
                invoke-rc.d glance-api stop
 
8
                invoke-rc.d glance-registry stop
 
9
esac
 
10
 
 
11
#DEBHELPER#