~ubuntu-branches/ubuntu/karmic/mime-support/karmic

« back to all changes in this revision

Viewing changes to debian/postinst

  • Committer: Bazaar Package Importer
  • Author(s): Brian White
  • Date: 2008-06-18 15:44:03 UTC
  • mfrom: (3.1.2 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080618154403-2gvazf5ceitztkds
Tags: 3.44-1
* added new mime.types (closes: 485863, 485929, 472262)
* make default type "application/octet-stream" (closes: 445698)
* added build-depends on debhelper (closes: 484860)

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
rm -f  /usr/sbin/install-mime
11
11
 
12
12
 
 
13
# Use "see" as alternative for "view"
 
14
update-alternatives \
 
15
    --install /usr/bin/view view /usr/bin/see 1 \
 
16
    --slave /usr/share/man/man1/view.1.gz view.1.gz /usr/share/man/man1/see.1.gz
 
17
 
 
18
 
13
19
# Run the update program
14
20
if [ -x /usr/sbin/update-mime ]; then
15
21
    update-mime