Skip to content

Instantly share code, notes, and snippets.

@shadeslayer
Created August 31, 2015 14:38
Show Gist options
  • Save shadeslayer/5a84b7d0a479e7785264 to your computer and use it in GitHub Desktop.
Save shadeslayer/5a84b7d0a479e7785264 to your computer and use it in GitHub Desktop.
#!/bin/sh -e
if [ "$1" = "configure" ]; then
/usr/share/locales/install-language-pack "en" "" "$2" || true
fi
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment