[debian-edu-commits] debian-edu/ 223/437: use relative path postinst when calling update-initramfs, to appease lintian.

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 10917a1b4401c179c1edf06c62ec74ba8594954c
Author: Vagrant Cascadian <vagrant at freegeek.org>
Date:   Sun May 31 16:33:33 2009 +0000

    use relative path postinst when calling update-initramfs, to appease lintian.
---
 debian/changelog                           | 7 +++++++
 debian/debian-edu-artwork-usplash.postinst | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 3c73af2..5f648ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debian-edu-artwork (0.0.30-2~svn0) unstable; urgency=low
+
+  * use relative path postinst when calling update-initramfs, to appease
+    lintian.
+
+ -- Vagrant Cascadian <vagrant at freegeek.org>  Sun, 31 May 2009 09:31:47 -0700
+
 debian-edu-artwork (0.0.30-1) unstable; urgency=low
 
   [ Vagrant Cascadian ]
diff --git a/debian/debian-edu-artwork-usplash.postinst b/debian/debian-edu-artwork-usplash.postinst
index a4f00ab..e3d986f 100644
--- a/debian/debian-edu-artwork-usplash.postinst
+++ b/debian/debian-edu-artwork-usplash.postinst
@@ -8,7 +8,7 @@ case "$1" in
   configure)
     update-alternatives --install /usr/lib/usplash/usplash-artwork.so usplash-artwork.so /usr/lib/usplash/debian-edu-usplash.so 50
     if [ -x /usr/sbin/update-initramfs ]; then
-        /usr/sbin/update-initramfs -u
+        update-initramfs -u
     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