[debian-edu-commits] debian-edu/ 02/05: Use d-e-c.postinst to create files in /etc/skel; fix typo (cfengine log files).

Wolfgang Schweer schweer-guest at moszumanska.debian.org
Fri Jan 19 19:09:11 UTC 2018


This is an automated email from the git hooks/post-receive script.

schweer-guest pushed a commit to branch master
in repository debian-edu-config.

commit d3db3c668574946b15d7f02fe79218f1d19bd4fb
Author: Wolfgang Schweer <wschweer at arcor.de>
Date:   Fri Jan 19 19:15:57 2018 +0100

    Use d-e-c.postinst to create files in /etc/skel; fix typo (cfengine log files).
---
 debian/debian-edu-config.postinst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/debian-edu-config.postinst b/debian/debian-edu-config.postinst
index 3ad035a..3849056 100644
--- a/debian/debian-edu-config.postinst
+++ b/debian/debian-edu-config.postinst
@@ -202,6 +202,10 @@ configure)
     mkdir -p /var/lib/dovecot
     chmod 750 /var/lib/dovecot
     chown root:root /var/lib/dovecot
+    mkdir -p etc/skel/.local/share
+    mkdir -p etc/skel/.pki/nssdb
+    mkdir -p etc/skel/.thunderbird/debian-edu.default
+    mkdir -p etc/skel/.mozilla/firefox/debian-edu.default
     touch /var/lib/dovecot/auth_success
     if [ ! -d /var/lib/cfengine3/inputs/debian-edu ] ; then
         . /usr/share/debian-edu-config/tools/setup-cfengine3

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-config.git



More information about the debian-edu-commits mailing list