[debian-edu-commits] debian-edu/ 251/437: fix some paths; probably needs some more house cleaning

Mike Gabriel sunweaver at debian.org
Sun Mar 2 23:49:40 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 e92590191110861eb413d4c3be6a0067d96f557d
Author: Andreas B. Mundt <andi.mundt at web.de>
Date:   Sat Apr 10 08:20:24 2010 +0000

    fix some paths; probably needs some more house cleaning
---
 debian/changelog      | 1 +
 debian/update-artwork | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 43810c5..26c520a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ debian-edu-artwork (0.0.30-5) UNRELEASED; urgency=low
 
   [ Andreas B. Mundt ]
   * Update kdm theme (Closes: #572769) including the wallpaper.
+  * Fix paths in debian/update-artwork (kde3 -> kde4).
 
  -- Petter Reinholdtsen <pere at debian.org>  Sun, 07 Mar 2010 19:43:19 +0100
 
diff --git a/debian/update-artwork b/debian/update-artwork
index a7b8093..ef6e63f 100644
--- a/debian/update-artwork
+++ b/debian/update-artwork
@@ -4,7 +4,7 @@ set -e
 
 editini=/usr/share/debian-edu-artwork/edit-ini
 
-kdmrc=/etc/kde3/kdm/kdmrc
+kdmrc=/etc/kde4/kdm/kdmrc
 
 change_ldm_background() {
     update-alternatives --install /usr/share/ldm/themes/default \
@@ -40,7 +40,7 @@ change_kdm_theme() {
 
             # Next, update the background used after the KDM theme is
             # removed and before kdesktop insert the selected background.
-	    bgrc=/etc/kde3/kdm/backgroundrc
+	    bgrc=/etc/kde4/kdm/backgroundrc
 	    if [ -f $bgrc ] ; then
 		$editini $bgrc 'Desktop0' Wallpaper debian-edu-wallpaper.png
 	    fi
@@ -62,7 +62,7 @@ restore_kdm_theme() {
 	    $editini $kdmrc 'X-*-Greeter' UseTheme false
 	    $editini $kdmrc 'X-*-Greeter' Theme $defaulttheme
 
-	    bgrc=/etc/kde3/kdm/backgroundrc
+	    bgrc=/etc/kde4/kdm/backgroundrc
 	    if grep -q '^Wallpaper=debian-edu-wallpaper.png' $bgrc ; then
 		$editini $bgrc 'Desktop0' Wallpaper $defaultwallpaper
 	    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