From 2e5f9f4b3d815f25adb594aa6df238e5ce483d12 Mon Sep 17 00:00:00 2001 From: Michael Banck Date: Thu, 4 Sep 2008 22:10:30 +0000 Subject: * debian/rules (install/hurd): Move away ps, uptime, vmstat and w in order to have them handled by update-alternatives. * debian/hurd.postinst: Run update-alternatives for ps, uptime, vmstat and w. --- debian/rules | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 6dd8a142..a664d8d8 100755 --- a/debian/rules +++ b/debian/rules @@ -43,9 +43,13 @@ install/hurd:: # runsystem is managed by update-alternatives mv debian/tmp/libexec/runsystem debian/tmp/libexec/runsystem.gnu - # move away fakeroot to not conflict with the one from the - # fakeroot package + # move away fakeroot, ps, uptime, vmstat and w to not conflict with the + # ones from other packages mv debian/tmp/bin/fakeroot debian/tmp/bin/fakeroot-hurd + mv debian/tmp/bin/ps debian/tmp/bin/ps-hurd + mv debian/tmp/bin/uptime debian/tmp/bin/uptime-hurd + mv debian/tmp/bin/vmstat debian/tmp/bin/vmstat-hurd + mv debian/tmp/bin/w debian/tmp/bin/w-hurd install -m664 debian/hurd-console.default debian/hurd/etc/default/hurd-console -- cgit v1.2.3