~ubuntu-branches/ubuntu/jaunty/isdnutils/jaunty-proposed

« back to all changes in this revision

Viewing changes to debian/isdnutils-base.postrm

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2004-09-04 08:20:20 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040904082020-g641px056lshw203
Tags: 1:3.3.0.20040728-2
* Put libcapi20 development files into new libcapi20-dev package,
  change libcapi20 soname to libcapi20-3, conflict with existing
  versions of packages depending on libcapi20-3 (closes: #268767).
* Update debconf translation strings (closes: #268716).
* Update french debconf translation (closes: #269666).

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
                                 # <frustration>
9
9
                                 # Joey Hess sucks, at the least when it comes
10
10
                                 # to giving assistance in using his tools, as
11
 
                                 # well as # not being able to document his
12
 
                                 # stuff in # any useful way for non-telepathic
 
11
                                 # well as not being able to document his
 
12
                                 # stuff in any useful way for non-telepathic
13
13
                                 # people.
14
14
                                 # </frustration>
15
15
 
16
 
# summary of how this script can be called:
17
 
#        * <postrm> `remove'
18
 
#        * <postrm> `purge'
19
 
#        * <old-postrm> `upgrade' <new-version>
20
 
#        * <new-postrm> `failed-upgrade' <old-version>
21
 
#        * <new-postrm> `abort-install'
22
 
#        * <new-postrm> `abort-install' <old-version>
23
 
#        * <new-postrm> `abort-upgrade' <old-version>
24
 
#        * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
25
 
# for details, see /usr/doc/packaging-manual/
26
 
 
27
16
case "$1" in
28
17
       purge)
29
18
         rmdir /etc/isdn 2>/dev/null || true