~ubuntu-branches/ubuntu/maverick/language-pack-gnome-bs-base/maverick-security

« 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-03-17 09:11:37 UTC
  • Revision ID: james.westby@ubuntu.com-20110317091137-wdhof4zosw1bnmqz
Tags: 1:10.10+20110315
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 "bs" "gnome" "$2" || true
 
5
fi
 
6
 
 
7
#DEBHELPER#
 
8
 
 
9
exit 0