[debian-edu-commits] debian-edu/ 01/02: Add triggers d/debian-edu-artwork-(lines|softwaves|spacefun).
Wolfgang Schweer
schweer-guest at moszumanska.debian.org
Fri Nov 11 14:32:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
schweer-guest pushed a commit to branch master
in repository debian-edu-artwork.
commit 1a65e37a27f5663af6db8b8132db1660d4390b6a
Author: Wolfgang Schweer <wschweer at arcor.de>
Date: Fri Nov 11 15:27:34 2016 +0100
Add triggers d/debian-edu-artwork-(lines|softwaves|spacefun).
This should fix the d-e-a configuration in case d-e-a-(lines|softwaves|spacefun)
has been installed before the plasma-desktop-data package.
---
debian/changelog | 3 +++
debian/debian-edu-artwork-lines.postinst | 5 +++++
debian/debian-edu-artwork-softwaves.postinst | 5 +++++
debian/debian-edu-artwork-spacefun.postinst | 5 +++++
4 files changed, 18 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 2f43ad5..7f8bfbb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
debian-edu-artwork (0.901-1) UNRELEASED; urgency=medium
* playground/stretch: Improve (lightdm|gdm3) login SVG files.
+ * Add triggers d/debian-edu-artwork-(lines|softwaves|spacefun) to fix
+ the d-e-artwork configuration in case d-e-a-(lines|softwaves|spacefun)
+ has been installed before plasma-desktop-data.
-- Wolfgang Schweer <wschweer at arcor.de> Thu, 10 Nov 2016 11:53:17 +0100
diff --git a/debian/debian-edu-artwork-lines.postinst b/debian/debian-edu-artwork-lines.postinst
index c963d2f..f2ba360 100755
--- a/debian/debian-edu-artwork-lines.postinst
+++ b/debian/debian-edu-artwork-lines.postinst
@@ -8,4 +8,9 @@ case "$1" in
configure)
update-debian-edu-artwork-lines configure
;;
+ triggered)
+ if readlink /usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/20-desktop-base-edu.js | grep lines ; then
+ update-debian-edu-artwork-lines configure
+ fi
+ ;;
esac
diff --git a/debian/debian-edu-artwork-softwaves.postinst b/debian/debian-edu-artwork-softwaves.postinst
index 6cc99d5..b171057 100755
--- a/debian/debian-edu-artwork-softwaves.postinst
+++ b/debian/debian-edu-artwork-softwaves.postinst
@@ -8,4 +8,9 @@ case "$1" in
configure)
update-debian-edu-artwork-softwaves configure
;;
+ triggered)
+ if readlink /usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/20-desktop-base-edu.js | grep softwaves ; then
+ update-debian-edu-artwork-softwaves configure
+ fi
+ ;;
esac
diff --git a/debian/debian-edu-artwork-spacefun.postinst b/debian/debian-edu-artwork-spacefun.postinst
index 79827cd..466474b 100755
--- a/debian/debian-edu-artwork-spacefun.postinst
+++ b/debian/debian-edu-artwork-spacefun.postinst
@@ -8,4 +8,9 @@ case "$1" in
configure)
update-debian-edu-artwork-spacefun configure
;;
+ triggered)
+ if readlink /usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/20-desktop-base-edu.js | grep spacefun ; then
+ update-debian-edu-artwork-spacefun configure
+ fi
+ ;;
esac
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-artwork.git
More information about the debian-edu-commits
mailing list