~ubuntu-branches/ubuntu/maverick/language-pack-kde-ru-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:44:08 UTC
  • Revision ID: james.westby@ubuntu.com-20110317094408-9j72s02mt1fmskpg
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 "ru" "kde" "$2" || true
 
5
fi
 
6
 
 
7
#DEBHELPER#
 
8
 
 
9
exit 0