~ubuntu-dev/ubuntu/lucid/dictionaries-common/lucid-201002110914

« back to all changes in this revision

Viewing changes to scripts/maintainer/postrm.in

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2009-05-14 08:30:40 UTC
  • mfrom: (1.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090514083040-ezikpis3zhc0aff5
Tags: 1.2.1ubuntu1
* Merge from debian unstable, remaining changes: LP: #371263
  - ./scripts/system/dc-debconf-select.pl: Drop default debconf priority
    from 'critical' to 'medium'.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
        if which $rmscript > /dev/null 2>&1; then
5
5
            $rmscript [IW:#PACKAGE#:IW]
6
6
        else
7
 
            echo "Error: $rmscript not present or executable. Missing dependency on dictionaries-common?" >&2
8
 
            exit 1
 
7
            echo "Warning: $rmscript not present or executable." >&2
9
8
        fi
10
9
[IW:
11
10
        # Remove shared question stuff on package removal, not only on purge