~ubuntu-branches/ubuntu/hoary/mime-support/hoary

« back to all changes in this revision

Viewing changes to debian/postinst

  • 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 -e
 
2
 
 
3
 
 
4
#if [ "$1" = "configure" ]; then
 
5
#fi
 
6
 
 
7
 
 
8
# Remove the old status directory (and any orphaned install-mime program)
 
9
rm -fr /var/lib/mime
 
10
rm -f  /usr/sbin/install-mime
 
11
 
 
12
 
 
13
# Run the update program
 
14
if [ -x /usr/sbin/update-mime ]; then
 
15
    update-mime
 
16
fi