From 0701f174cec69605b087ddea9586909fd993d9ce Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 3 Apr 2015 21:01:53 +0200 Subject: debian/itzks-systems-smartboard: Create /skole folder on Debian Edu / Skolelinux systems if not already present. --- debian/itzks-systems-smartboard.postinst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'debian/itzks-systems-smartboard.postinst') diff --git a/debian/itzks-systems-smartboard.postinst b/debian/itzks-systems-smartboard.postinst index e49f1d1..13704f2 100755 --- a/debian/itzks-systems-smartboard.postinst +++ b/debian/itzks-systems-smartboard.postinst @@ -148,6 +148,10 @@ case "$1" in else echo "Group itzks-smartboard already exists." 1>&2 fi + + if [ -d /usr/share/doc/debian-edu-config ] && [ ! -d /skole ]; then + mkdir -p /skole + fi ;; abort-upgrade|abort-remove|abort-deconfigure) -- cgit v1.2.3