[debian-edu-commits] debian-edu/ 01/09: Fix faulty paths in update-debian-edu-artwork-lines (for symlinking and unlinking gnome-shell.css).
Mike Gabriel
sunweaver at debian.org
Sun Oct 5 22:46:10 UTC 2014
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository debian-edu-artwork.
commit 39e0accdc0bd359d0d152947fe06fc154e46cc2f
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Sun Oct 5 23:15:44 2014 +0200
Fix faulty paths in update-debian-edu-artwork-lines (for symlinking and unlinking gnome-shell.css).
---
debian/changelog | 5 +++++
debian/update-debian-edu-artwork-lines | 10 +++++-----
2 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a703ba4..e6a5050 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
debian-edu-artwork (0.49-1) UNRELEASED; urgency=medium
+ [ Wolfgang Schweer ]
* Add art-(joy|lines)/splash/debian-edu-(joy|lines)-splash-live.png to
those Makefile.am's clean targets.
* Replace leftover ldm 'joy' background png with a lines theme one.
@@ -26,6 +27,10 @@ debian-edu-artwork (0.49-1) UNRELEASED; urgency=medium
upon the lines theme. Remove old cover psd files to reduce size,
update README accordingly. Add info files for new cover/label files.
+ [ Mike Gabriel ]
+ * Fix faulty paths in update-debian-edu-artwork-lines (for symlinking
+ and unlinking gnome-shell.css).
+
-- Wolfgang Schweer <wschweer at arcor.de> Fri, 03 Oct 2014 16:54:10 +0200
debian-edu-artwork (0.48-1) unstable; urgency=medium
diff --git a/debian/update-debian-edu-artwork-lines b/debian/update-debian-edu-artwork-lines
index e607eab..ed16759 100755
--- a/debian/update-debian-edu-artwork-lines
+++ b/debian/update-debian-edu-artwork-lines
@@ -111,15 +111,15 @@ symlink_login_background() {
}
symlink_gnome_shell_css() {
- if [ -f /usr/share/gnome-shell.css.edu-diverted ]; then
- ln -fs /usr/share/debian-edu-gnome-shell.css /usr/share//usr/share/gnome-shell.css
+ if [ -f /usr/share/gnome-shell/theme/gnome-shell.css.edu-diverted ]; then
+ ln -fs /usr/share/gnome-shell/theme/debian-edu-${EDUTHEME}-gnome-shell.css /usr/share/gnome-shell/theme/gnome-shell.css
fi
}
unlink_gnome_shell_css() {
- if [ -h /usr/share//usr/share//usr/share/gnome-shell.css ] && \
- [ "$(readlink /usr/share//usr/share/gnome-shell.css)" = "/usr/share/debian-edu-gnome-shell.css" ]; then
- rm -f /usr/share/debian-edu-gnome-shell.css
+ if [ -h /usr/share/gnome-shell/theme/gnome-shell.css ] && \
+ [ "$(readlink /usr/share/gnome-shell/theme/gnome-shell.css)" = "/usr/share/gnome-shell/theme/debian-edu-${EDUTHEME}-gnome-shell.css" ]; then
+ rm -f /usr/share/gnome-shell/theme/gnome-shell.css
fi
}
--
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