~ubuntu-branches/ubuntu/natty/language-pack-nso-base/natty-updates

« back to all changes in this revision

Viewing changes to debian/postinst

  • Committer: Bazaar Package Importer
  • Author(s): Ubuntu automatic language-pack builder
  • Date: 2011-06-09 09:52:23 UTC
  • Revision ID: james.westby@ubuntu.com-20110609095223-2e1u6xphkt3opu90
Tags: 1:11.04+20110607
Initial Release.

Show diffs side-by-side

added added

removed removed

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