~ubuntu-branches/ubuntu/jaunty/libgsm/jaunty

« back to all changes in this revision

Viewing changes to debian/postinst-tools

  • Committer: Bazaar Package Importer
  • Author(s): Jochen Friedrich
  • Date: 2007-11-12 19:11:43 UTC
  • mfrom: (1.1.1 upstream) (3.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20071112191143-g27k5h0sugpi4d19
Tags: 1.0.12-1
New upstream release
o change in the WAV#49 portion of gsm_implode.c

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
set -e
3
 
if [ -x /usr/sbin/update-mime ]; then
4
 
    update-mime
5
 
fi