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

1
2
3
4
5
6
7
8
9
#!/bin/sh -e

if [ "$1" = "configure" ]; then
    /usr/share/locales/install-language-pack "%LCODE%" "" "$2" || true
fi

#DEBHELPER#

exit 0