~dobey/ubuntu/oneiric/ubuntu-sso-client/release-133

« back to all changes in this revision

Viewing changes to debian/postrm

  • Committer: Ken VanDine
  • Date: 2010-09-09 15:03:00 UTC
  • mfrom: (11.1.3 ubuntu-sso-client-0.99.6)
  • Revision ID: ken.vandine@canonical.com-20100909150300-z0lnnumytp0493tf
Tags: 0.99.6-0ubuntu1
releasing version 0.99.6-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
set -e
 
3
 
 
4
LASTVERSION="0.99.4-0ubuntu1"
 
5
 
 
6
dpkg-maintscript-helper rm_conffile \
 
7
/etc/xdg/ubuntu-sso/oauth_registration.d/ubuntuone "$LASTVERSION" -- "$@"
 
8
 
 
9
dpkg-maintscript-helper rm_conffile \
 
10
/etc/xdg/ubuntu-sso/oauth_urls "$LASTVERSION" -- "$@"
 
11
 
 
12
rmdir "/etc/xdg/ubuntu-sso/oauth_registration.d/" 2>/dev/null || true
 
13
rmdir "/etc/xdg/ubuntu-sso/" 2>/dev/null || true
 
14
 
 
15
#DEBHELPER#