[debian-edu-commits] debian-edu/ 01/01: Fix d-e-a.postinst and d-e-a.postrm as the css diversion is no longer needed.
Wolfgang Schweer
schweer-guest at moszumanska.debian.org
Tue Jan 3 19:06:53 UTC 2017
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 2a2f602e03b3c71f1d44b0dfe212cdcf79bc17cd
Author: Wolfgang Schweer <wschweer at arcor.de>
Date: Tue Jan 3 20:04:24 2017 +0100
Fix d-e-a.postinst and d-e-a.postrm as the css diversion is no longer needed.
---
debian/debian-edu-artwork.postinst | 2 +-
debian/debian-edu-artwork.postrm | 2 --
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/debian/debian-edu-artwork.postinst b/debian/debian-edu-artwork.postinst
index 0ffc01d..e235501 100755
--- a/debian/debian-edu-artwork.postinst
+++ b/debian/debian-edu-artwork.postinst
@@ -20,7 +20,7 @@ case "$1" in
--rename --remove /usr/share/images/desktop-base/login-background.svg
# remove deprecated diversion (gdm3 background image configuration dropped)
dpkg-divert --package debian-edu-artwork \
- --rename --remove /usr/share/gnome-shell/theme/gnome-shell.css
+ --remove /usr/share/gnome-shell/theme/gnome-shell.css
if [ -h /usr/share/images/desktop-base/debian-edu-pxe.png ] ; then
rm -f /usr/share/images/desktop-base/debian-edu-pxe.png
fi
diff --git a/debian/debian-edu-artwork.postrm b/debian/debian-edu-artwork.postrm
index eb491d1..134575d 100755
--- a/debian/debian-edu-artwork.postrm
+++ b/debian/debian-edu-artwork.postrm
@@ -16,8 +16,6 @@ unlink_login_background() {
}
if [ "$1" = remove ]; then
- dpkg-divert --package debian-edu-artwork --rename \
- --remove /usr/share/gnome-shell/theme/gnome-shell.css
restore_plymouth_theme
unlink_login_background
update-alternatives --auto desktop-login-background
--
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