K2LL33D SHELL

 Apache/2.4.7 (Ubuntu)
 Linux sman1baleendah 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64
 uid=33(www-data) gid=33(www-data) groups=33(www-data)
 safemode : OFF
 MySQL: ON | Perl: ON | cURL: OFF | WGet: ON
  >  / usr / share / locales /
server ip : 104.21.89.46

your ip : 172.69.214.172

H O M E


Filename/usr/share/locales/install-language-pack
Size416
Permissionrwxr-xr-x
Ownerroot : root
Create time27-Apr-2025 09:50
Last modified15-Feb-2014 02:34
Last accessed05-Jul-2025 20:59
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
#!/bin/sh -e

if [ -z "$1" ]; then
echo "Usage: $0 <language code> <class> [<version>]"
exit 0
fi

# install locales for base packages (not for gnome/kde)
# (use "--no-purge" in case PURGE=yes is used in config, which would remove
# all other locale files)
if [ -z "$2" ]; then
/usr/sbin/locale-gen --no-purge --lang "$1"
fi

# ensure that .desktop caches are up to date
dpkg-trigger gmenucache || true