diff options
| author | Jonathan Bauer | 2014-03-25 16:05:27 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2014-03-25 16:05:27 +0100 |
| commit | 249e951ce236e3bbeb32b5a943215524a81f42f2 (patch) | |
| tree | e7538724066c4a0330f2e6588e956680613bff57 /remote/modules/german | |
| parent | [consolekit] woops, delete old files (diff) | |
| download | tm-scripts-249e951ce236e3bbeb32b5a943215524a81f42f2.tar.gz tm-scripts-249e951ce236e3bbeb32b5a943215524a81f42f2.tar.xz tm-scripts-249e951ce236e3bbeb32b5a943215524a81f42f2.zip | |
woopsie, the return ;)
Diffstat (limited to 'remote/modules/german')
| -rw-r--r-- | remote/modules/german/german.build | 39 | ||||
| -rw-r--r-- | remote/modules/german/german.conf | 5 | ||||
| -rw-r--r-- | remote/modules/german/german.conf.debian | 10 | ||||
| -rw-r--r-- | remote/modules/german/german.conf.opensuse | 13 | ||||
| -rw-r--r-- | remote/modules/german/german.conf.scientific | 8 | ||||
| -rw-r--r-- | remote/modules/german/german.conf.ubuntu | 11 |
6 files changed, 0 insertions, 86 deletions
diff --git a/remote/modules/german/german.build b/remote/modules/german/german.build deleted file mode 100644 index cd68f009..00000000 --- a/remote/modules/german/german.build +++ /dev/null @@ -1,39 +0,0 @@ -fetch_source() { - : -} - -build() { - # Debian-like - if [ -e "/etc/locale.gen" ] && ! grep -q -E '^\s*de_DE\.UTF-8' "/etc/locale.gen"; then - pinfo "Generating locales..." - echo 'de_DE.UTF-8 UTF-8' >> "/etc/locale.gen" - locale-gen || perror "Could not generate locales (debian style)" - fi - # Ubuntu's version - if [ -d "/var/lib/locales/supported.d" ] && [ ! -d /usr/lib/locale/de_DE.utf8 ]; then - pinfo "Generating locales..." - grep -q -E -r '^\s*de_DE\.UTF-8' "/var/lib/locales/supported.d" || echo 'de_DE.UTF-8 UTF-8' >> "/var/lib/locales/supported.d/openslx" - locale-gen --no-archive --purge "de_DE.UTF-8" || perror "Could not generate locales (ubuntu style)" - fi - - # Put everything we build or get from the system in build dir - local FILELIST="$MODULE_DIR/list_copy_build" - rm -f "$FILELIST" - - # Copy required directories from source system to build dir - for FILE in ${REQUIRED_DIRECTORIES}; do - [ ! -d "${FILE}" ] && perror "Missing required directory $FILE" - echo ${FILE} >> "${FILELIST}" - done - - # Done collecting file and directory names, copy everything - tarcopy "$(sort -u "$FILELIST")" "$MODULE_BUILD_DIR" - -} - -post_copy() { - for i in LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT LC_IDENTIFICATION; do - add_env $i de_DE.UTF-8 || perror "$i: add_env function failed." - done -} - diff --git a/remote/modules/german/german.conf b/remote/modules/german/german.conf deleted file mode 100644 index e2f82123..00000000 --- a/remote/modules/german/german.conf +++ /dev/null @@ -1,5 +0,0 @@ -REQUIRED_BINARIES="" -REQUIRED_FILES="" -REQUIRED_DIRECTORIES=" - /usr/share/X11 -" diff --git a/remote/modules/german/german.conf.debian b/remote/modules/german/german.conf.debian deleted file mode 100644 index a43faea2..00000000 --- a/remote/modules/german/german.conf.debian +++ /dev/null @@ -1,10 +0,0 @@ -REQUIRED_INSTALLED_PACKAGES=" - libX11-data -" -REQUIRED_CONTENT_PACKAGES=" - libX11-data -" -REQUIRED_DIRECTORIES+=" - /usr/lib/locale -" - diff --git a/remote/modules/german/german.conf.opensuse b/remote/modules/german/german.conf.opensuse deleted file mode 100644 index 2bb901ff..00000000 --- a/remote/modules/german/german.conf.opensuse +++ /dev/null @@ -1,13 +0,0 @@ -REQUIRED_INSTALLED_PACKAGES=" - libX11-data - glibc-locale -" -REQUIRED_CONTENT_PACKAGES=" - libX11-data -" -REQUIRED_DIRECTORIES+=" - /usr/lib/locale/de_DE.utf8 -" -REQUIRED_BINARIES="" -REQUIRED_FILES="" - diff --git a/remote/modules/german/german.conf.scientific b/remote/modules/german/german.conf.scientific deleted file mode 100644 index 88ac0d27..00000000 --- a/remote/modules/german/german.conf.scientific +++ /dev/null @@ -1,8 +0,0 @@ -REQUIRED_INSTALLED_PACKAGES=" - libX11-data - glibc-common -" -REQUIRED_CONTENT_PACKAGES=" - libX11-data" -REQUIRED_BINARIES="" -REQUIRED_FILES="" diff --git a/remote/modules/german/german.conf.ubuntu b/remote/modules/german/german.conf.ubuntu deleted file mode 100644 index aee3c64b..00000000 --- a/remote/modules/german/german.conf.ubuntu +++ /dev/null @@ -1,11 +0,0 @@ -REQUIRED_INSTALLED_PACKAGES=" - libx11-data - language-pack-de -" -REQUIRED_CONTENT_PACKAGES=" - libx11-data -" -REQUIRED_DIRECTORIES+=" - /usr/lib/locale/de_DE.utf8 -" - |
