~ubuntu-branches/ubuntu/jaunty/language-pack-pt-base/jaunty-updates

« back to all changes in this revision

Viewing changes to debian/postrm

  • Committer: Bazaar Package Importer
  • Author(s): Ubuntu automatic language-pack builder
  • Date: 2010-06-03 20:27:57 UTC
  • Revision ID: james.westby@ubuntu.com-20100603202757-y3am6fouw3crk70k
Tags: 1:9.04+20100531
Initial Release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh -e
 
2
 
 
3
if [ "$1" = "remove" ]; then
 
4
    /usr/share/locales/remove-language-pack "pt" "" "$2" || true
 
5
fi
 
6
 
 
7
#DEBHELPER#
 
8
 
 
9
exit 0