~ubuntu-branches/ubuntu/dapper/openoffice.org-dictionaries/dapper

« back to all changes in this revision

Viewing changes to debian/postinst.in

  • Committer: Bazaar Package Importer
  • Author(s): Rene Engelhard
  • Date: 2004-04-22 05:57:11 UTC
  • Revision ID: james.westby@ubuntu.com-20040422055711-l1sx7dlq9w8hsqy4
Tags: 20030813-3
* temporarily let *-hyphenation-* in contrib... (upload to
  main was (with sense) rejected because of the small size; will
  be addressed later; just want to get this important fix out and
  into sarge...
* fix dictionary.lst entry for italian hyphenation, thanks
  Marco Menardi (closes: #243585)
* actually add a 00list file to actually apply the patch....
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
set -e
 
4
 
 
5
if [ "$1" = "configure" ]; then
 
6
        update-openoffice-dicts
 
7
fi
 
8
 
 
9
#DEBHELPER#
 
10
 
 
11
exit 0