~ubuntu-branches/ubuntu/jaunty/kerberos-configs/jaunty

« back to all changes in this revision

Viewing changes to debian/krb4-config.postrm

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman
  • Date: 2002-03-28 14:45:19 UTC
  • Revision ID: james.westby@ubuntu.com-20020328144519-cu5005kle5eabf6c
Tags: 1.4
* Move from non-US to main
* Depend on debconf 0.4.0 or greater, closes: #134666

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh -e
 
2
 
 
3
if [ "purge" = "$1" ] ; then
 
4
    rm /etc/krb.conf 2>/dev/null ||true
 
5
fi
 
6
 
 
7
#DEBHELPER#