~ubuntu-langpack/langpack-o-matic/main

« back to all changes in this revision

Viewing changes to skel-base/debian/postinst

  • Committer: martin at piware
  • Date: 2006-03-31 16:41:18 UTC
  • Revision ID: martin@piware.de-20060331164118-52f2fc52123bd727
state for breezy final

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh -e
2
2
 
3
3
if [ "$1" = "configure" ]; then
4
 
    /usr/share/locales/install-language-pack "%PKGCODE%" "%CLASS%" "$2" || true
 
4
    /usr/sbin/install-language-locales %LCODE% || true
5
5
fi
6
6
 
7
7
#DEBHELPER#