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/hurd.postinst | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'debian/hurd.postinst') diff --git a/debian/hurd.postinst b/debian/hurd.postinst index 6df4bfba..dce5b99a 100644 --- a/debian/hurd.postinst +++ b/debian/hurd.postinst @@ -8,6 +8,18 @@ update-alternatives --quiet \ update-alternatives \ --install /usr/bin/fakeroot fakeroot /bin/fakeroot-hurd 30 +update-alternatives \ + --install /usr/bin/ps ps /bin/ps-hurd 60 + +update-alternatives \ + --install /usr/bin/uptime uptime /bin/uptime-hurd 30 + +update-alternatives \ + --install /usr/bin/vmstat vmstat /bin/vmstat-hurd 60 + +update-alternatives \ + --install /usr/bin/w w /bin/w-hurd 60 + #DEBHELPER# for i in vcs tty1 tty2 tty3 tty4 tty5 tty6; do -- cgit v1.2.3