~ubuntu-branches/ubuntu/dapper/mime-support/dapper

« back to all changes in this revision

Viewing changes to debian/prerm

  • Committer: Bazaar Package Importer
  • Author(s): Brian White
  • Date: 2004-03-03 07:47:41 UTC
  • Revision ID: james.westby@ubuntu.com-20040303074741-1b96w5g6vqqafdxs
Tags: 3.26-1
added more mime types (closes: #235663, #225222)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh
 
2
#
 
3
# prerm file for mime-support
 
4
 
 
5
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/mime-support ]; then
 
6
    rm -f /usr/doc/mime-support
 
7
fi
 
8
 
 
9
if [ "$1" = "remove" ]; then
 
10
    rm -f /etc/mailcap
 
11
fi