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

« back to all changes in this revision

Viewing changes to skel-extra/debian/postinst

  • Committer: Arne Goetje
  • Date: 2008-01-23 16:43:47 UTC
  • mto: This revision was merged to the branch mainline in revision 144.
  • Revision ID: arne@mobile-20080123164347-newhga8pav00gxyd
This time really added the skel directories for the additional metapackages.

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 "%LCODE%" "%CLASS%" "$2" || true
 
5
fi
 
6
 
 
7
#DEBHELPER#
 
8
 
 
9
exit 0