~ubuntu-branches/ubuntu/saucy/language-pack-gu-base/saucy-proposed

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

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

#DEBHELPER#

exit 0