summaryrefslogtreecommitdiff
path: root/debian/itzks-systems-smartboard.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/itzks-systems-smartboard.postinst')
-rwxr-xr-xdebian/itzks-systems-smartboard.postinst4
1 files changed, 4 insertions, 0 deletions
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)