~ubuntu-branches/ubuntu/saucy/openthesaurus/saucy

« back to all changes in this revision

Viewing changes to debian/mythes-de-ch.postinst

  • Committer: Package Import Robot
  • Author(s): Bjoern Michaelsen
  • Date: 2011-03-28 17:40:37 UTC
  • mfrom: (0.16.1) (0.15.1) (1.8.1) (9.3.1 oneiric)
  • Revision ID: package-import@ubuntu.com-20110328174037-1p4old57hmfxlfax
Tags: 20110119-2ubuntu2
added versioned conflicts/replaces

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