~ubuntu-branches/ubuntu/wily/openthesaurus/wily

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2011-12-13 10:16:40 UTC
  • Revision ID: package-import@ubuntu.com-20111213101640-913dbh0pck2wh8g0
Tags: 20110119-2ubuntu3
Drop mythes-de{,-ch}.post{inst,rm}. update-openoffice-dicts is obsolete
and does not exist any more. (LP: #902947)

Show diffs side-by-side

added added

removed removed

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