diff options
| author | Simon Rettberg | 2013-12-20 18:32:04 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2013-12-20 18:32:04 +0100 |
| commit | 53f54860b9bc6eab9f2bb26059c05b05f2736e9d (patch) | |
| tree | a2269e14756312a6962bc5bb369f275608c84ced | |
| parent | Rework session handling wrt home directory mounting and persistence again. Do... (diff) | |
| parent | [german] no caps in packages names... (fixes german module for ubutnu (diff) | |
| download | tm-scripts-53f54860b9bc6eab9f2bb26059c05b05f2736e9d.tar.gz tm-scripts-53f54860b9bc6eab9f2bb26059c05b05f2736e9d.tar.xz tm-scripts-53f54860b9bc6eab9f2bb26059c05b05f2736e9d.zip | |
Merge branch 'master' of simonslx:openslx-ng/tm-scripts
| -rw-r--r-- | remote/modules/cups/cups.conf.ubuntu | 2 | ||||
| -rw-r--r-- | remote/modules/cups/cups.conf.ubuntu.13 | 10 | ||||
| -rw-r--r-- | remote/modules/german/german.conf.ubuntu | 4 |
3 files changed, 12 insertions, 4 deletions
diff --git a/remote/modules/cups/cups.conf.ubuntu b/remote/modules/cups/cups.conf.ubuntu index ff5a23d7..da50d242 100644 --- a/remote/modules/cups/cups.conf.ubuntu +++ b/remote/modules/cups/cups.conf.ubuntu @@ -1,10 +1,8 @@ REQUIRED_INSTALLED_PACKAGES=" cups - cups-daemon ghostscript-cups " REQUIRED_CONTENT_PACKAGES=" cups - cups-daemon ghostscript-cups " diff --git a/remote/modules/cups/cups.conf.ubuntu.13 b/remote/modules/cups/cups.conf.ubuntu.13 new file mode 100644 index 00000000..ff5a23d7 --- /dev/null +++ b/remote/modules/cups/cups.conf.ubuntu.13 @@ -0,0 +1,10 @@ +REQUIRED_INSTALLED_PACKAGES=" + cups + cups-daemon + ghostscript-cups +" +REQUIRED_CONTENT_PACKAGES=" + cups + cups-daemon + ghostscript-cups +" diff --git a/remote/modules/german/german.conf.ubuntu b/remote/modules/german/german.conf.ubuntu index 4c7cb62d..aee3c64b 100644 --- a/remote/modules/german/german.conf.ubuntu +++ b/remote/modules/german/german.conf.ubuntu @@ -1,9 +1,9 @@ REQUIRED_INSTALLED_PACKAGES=" - libX11-data + libx11-data language-pack-de " REQUIRED_CONTENT_PACKAGES=" - libX11-data + libx11-data " REQUIRED_DIRECTORIES+=" /usr/lib/locale/de_DE.utf8 |
