[debian-edu-commits] debian-edu/ 224/437: fix typo in debian-edu-artwork-usplash.prerm to remove the appropriate usplash-artwork alternative

Mike Gabriel sunweaver at debian.org
Sun Mar 2 23:49:38 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 3db73fbfc326da3e40a84f12162f414755719d5b
Author: Vagrant Cascadian <vagrant at freegeek.org>
Date:   Sun May 31 17:31:51 2009 +0000

    fix typo in debian-edu-artwork-usplash.prerm to remove the appropriate
    usplash-artwork alternative
---
 debian/changelog                        | 6 ++++--
 debian/debian-edu-artwork-usplash.prerm | 2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5f648ac..56d83e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,11 @@
 debian-edu-artwork (0.0.30-2~svn0) unstable; urgency=low
 
-  * use relative path postinst when calling update-initramfs, to appease
+  * use relative path in postinst when calling update-initramfs, to appease
     lintian.
+  * fix typo in debian-edu-artwork-usplash.prerm to remove the appropriate
+    usplash-artwork alternative 
 
- -- Vagrant Cascadian <vagrant at freegeek.org>  Sun, 31 May 2009 09:31:47 -0700
+ -- Vagrant Cascadian <vagrant at freegeek.org>  Sun, 31 May 2009 10:29:12 -0700
 
 debian-edu-artwork (0.0.30-1) unstable; urgency=low
 
diff --git a/debian/debian-edu-artwork-usplash.prerm b/debian/debian-edu-artwork-usplash.prerm
index 5da9db4..a0bd60f 100644
--- a/debian/debian-edu-artwork-usplash.prerm
+++ b/debian/debian-edu-artwork-usplash.prerm
@@ -6,6 +6,6 @@ set -e
 
 case "$1" in
   remove)
-    update-alternatives --remove usplash-artwork.so /usr/lib/usplash/edubuntu-splash.so
+    update-alternatives --remove usplash-artwork.so /usr/lib/usplash/debian-edu-usplash.so
     ;;
 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