diff options
Diffstat (limited to 'debian/hurd.postinst')
| -rw-r--r-- | debian/hurd.postinst | 12 |
1 files changed, 12 insertions, 0 deletions
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 |
