[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. debian/1.14.3-200-gb232f8a

Clint Adams schizo at debian.org
Tue Aug 23 13:05:34 UTC 2011


The following commit has been merged in the upstream branch:
commit 9be578060f6cbede713666b3defcb69ad8ce8c43
Author: Clint Adams <schizo at debian.org>
Date:   Wed Mar 16 03:50:33 2005 +0000

    fix postinst alternatives stupidity
    
    git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-55

diff --git a/debian/fakeroot.postinst b/debian/fakeroot.postinst
index 09f708d..11a9cb1 100755
--- a/debian/fakeroot.postinst
+++ b/debian/fakeroot.postinst
@@ -15,14 +15,14 @@ case "$1" in
     ;;
 esac
 
-update-alternatives --install /usr/bin/fakeroot fakeroot-sysv \
+update-alternatives --install /usr/bin/fakeroot fakeroot \
 			/usr/bin/fakeroot-sysv 50 \
 		--slave /usr/share/man/man1/fakeroot.1.gz \
 		fakeroot-sysv.1.gz /usr/share/man/man1/fakeroot-sysv.1.gz \
 		--slave /usr/share/man/man1/faked.1.gz \
 		faked-sysv.1.gz /usr/share/man/man1/faked-sysv.1.gz
 
-update-alternatives --install /usr/bin/fakeroot fakeroot-tcp \
+update-alternatives --install /usr/bin/fakeroot fakeroot \
 			/usr/bin/fakeroot-tcp 30 \
 		--slave /usr/share/man/man1/fakeroot.1.gz \
 		fakeroot-tcp.1.gz /usr/share/man/man1/fakeroot-tcp.1.gz \

-- 
fakeroot



More information about the Fakeroot-commits mailing list