summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rwxr-xr-xdebian/itzks-systems-smartboard.postinst4
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index f8a460b..83cdf2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ itzks-systems (2015.04.03.1) UNRELEASED; urgency=medium
* debian/control:
+ Drop from R (itzks-systems-smartboard): xscreensaver.
+ Drop from C (itzks-systems-smartboard): mate-screensaver.
+ * debian/itzks-systems-smartboard:
+ + Create /skole folder on Debian Edu / Skolelinux systems if
+ not already present.
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 03 Apr 2015 20:53:27 +0200
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)