Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.69.7.148
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
src /
glibc /
debian /
debhelper.in /
[ HOME SHELL ]
Name
Size
Permission
Action
glibc-doc.docs
16
B
-rw-r--r--
glibc-doc.links
1.5
KB
-rw-r--r--
glibc-doc.manpages
350
B
-rw-r--r--
glibc-source.install
41
B
-rw-r--r--
glibc-source.lintian-overrides
2.64
KB
-rw-r--r--
libc-alt.fixperms
19
B
-rw-r--r--
libc-alt.install
166
B
-rw-r--r--
libc-alt.lintian-overrides
490
B
-rw-r--r--
libc-alt.postrm
586
B
-rw-r--r--
libc-bin.dirs
34
B
-rw-r--r--
libc-bin.install
722
B
-rw-r--r--
libc-bin.lintian-overrides
1.05
KB
-rw-r--r--
libc-bin.manpages
65
B
-rw-r--r--
libc-bin.postinst
1.25
KB
-rw-r--r--
libc-bin.triggers
440
B
-rw-r--r--
libc-dev-alt.install
633
B
-rw-r--r--
libc-dev-alt.lintian-overrides
157
B
-rw-r--r--
libc-dev-bin.install
39
B
-rw-r--r--
libc-dev-bin.manpages
31
B
-rw-r--r--
libc-dev.install
596
B
-rw-r--r--
libc-dev.install.hurd-i386
642
B
-rw-r--r--
libc-dev.lintian-overrides
150
B
-rw-r--r--
libc-devtools.install
203
B
-rw-r--r--
libc-devtools.lintian-override...
273
B
-rw-r--r--
libc-devtools.manpages
32
B
-rw-r--r--
libc-l10n.install
133
B
-rw-r--r--
libc-otherbuild.fixperms
19
B
-rw-r--r--
libc-otherbuild.install
98
B
-rw-r--r--
libc-otherbuild.lintian-overri...
679
B
-rw-r--r--
libc-otherbuild.postinst
121
B
-rw-r--r--
libc-otherbuild.postrm
118
B
-rw-r--r--
libc-prof.install
27
B
-rw-r--r--
libc-udeb.install
550
B
-rw-r--r--
libc-udeb.install.hurd-i386
630
B
-rw-r--r--
libc-udeb.links.hurd-i386
22
B
-rw-r--r--
libc.NEWS
5.23
KB
-rw-r--r--
libc.README.Debian
5.78
KB
-rw-r--r--
libc.dirs
17
B
-rw-r--r--
libc.docs
26
B
-rw-r--r--
libc.fixperms
19
B
-rw-r--r--
libc.install
158
B
-rw-r--r--
libc.lintian-overrides
586
B
-rw-r--r--
libc.postinst
5.29
KB
-rw-r--r--
libc.postrm
816
B
-rw-r--r--
libc.preinst
14.96
KB
-rw-r--r--
libc.templates
3.2
KB
-rw-r--r--
libc6-prof.README.Debian
587
B
-rw-r--r--
locales-all.NEWS
299
B
-rw-r--r--
locales-all.dirs
15
B
-rw-r--r--
locales-all.install
56
B
-rw-r--r--
locales-all.postinst
243
B
-rw-r--r--
locales-all.prerm
426
B
-rw-r--r--
locales.NEWS
1.12
KB
-rw-r--r--
locales.README.Debian
737
B
-rw-r--r--
locales.config
3.28
KB
-rw-r--r--
locales.dirs
15
B
-rw-r--r--
locales.install
370
B
-rw-r--r--
locales.links
47
B
-rw-r--r--
locales.manpages
312
B
-rw-r--r--
locales.postinst
2.46
KB
-rw-r--r--
locales.postrm
137
B
-rw-r--r--
locales.prerm
381
B
-rw-r--r--
locales.templates
1.05
KB
-rw-r--r--
nscd.dirs
15
B
-rw-r--r--
nscd.init
3.5
KB
-rw-r--r--
nscd.install
60
B
-rw-r--r--
nscd.manpages
63
B
-rw-r--r--
nscd.postrm
111
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : locales.postinst
#! /bin/sh set -e # Files LG="/etc/locale.gen" EE="/etc/default/locale" # Sanitize environnement LC_ALL=C LANG=C if [ "$1" = configure ]; then # Load debconf . /usr/share/debconf/confmodule db_version 2.0 db_get locales/default_environment_locale && DEFAULT_ENVIRONMENT="$RET" db_get locales/locales_to_be_generated && SELECTED_LOCALES=$RET SELECTED_LOCALES="$(echo $SELECTED_LOCALES | sed -e 's/, /\n/g')" if [ "$SELECTED_LOCALES" = "All locales" ]; then [ -e $LG ] && rm -f $LG ln -s /usr/share/i18n/SUPPORTED $LG else [ -L $LG ] && [ "$(readlink $LG)" = "/usr/share/i18n/SUPPORTED" ] && rm -f $LG if [ ! -e $LG ] ; then cat > $LG << EOF # This file lists locales that you wish to have built. You can find a list # of valid supported locales at /usr/share/i18n/SUPPORTED, and you can add # user defined locales to /usr/local/share/i18n/SUPPORTED. If you change # this file, you need to rerun locale-gen. # EOF fi # Comment previous defined locales sed -i -e 's/^ *[a-zA-Z]/# &/' $LG # Get list of supported locales if [ -f "/usr/local/share/i18n/SUPPORTED" ] ; then SUPPORTED_LOCALES="$(sed -e '/^[a-zA-Z]/!d' -e 's/ *$//g' /usr/share/i18n/SUPPORTED /usr/local/share/i18n/SUPPORTED | sort -u)" else SUPPORTED_LOCALES="$(sed -e '/^[a-zA-Z]/!d' -e 's/ *$//g' /usr/share/i18n/SUPPORTED | sort -u)" fi # Make sure all locales exist in locales.gen echo "$SUPPORTED_LOCALES" | while read locale ; do if ! grep -q "^[# ]*$locale *\$" $LG; then echo "# $locale" >> $LG fi done # Uncomment selected locales echo "$SELECTED_LOCALES" | while read locale ; do sed -i -e "0,/^[# ]*$locale *$/ s/^[# ]*$locale *$/$locale/" $LG done fi # Update requested locales if locales-all is not installed if dpkg-query -W -f='${db:Status-Abbrev}' locales-all 2>/dev/null | grep -q '^i' ; then echo "locales-all installed, skipping locales generation" else locale-gen fi if ! [ -e $EE ] || [ -n "$DEBCONF_RECONFIGURE" ] ; then # Remove previous definitions update-locale --no-checks LANG # Set default LANG environment variable if [ -n "$DEFAULT_ENVIRONMENT" ] && [ "$DEFAULT_ENVIRONMENT" != "None" ]; then update-locale "LANG=$DEFAULT_ENVIRONMENT" fi fi fi #DEBHELPER# exit 0
Close