~ubuntu-branches/ubuntu/raring/rsh-redone/raring

« back to all changes in this revision

Viewing changes to debian/rsh-redone-client.postinst

  • Committer: Bazaar Package Importer
  • Author(s): Guus Sliepen
  • Date: 2003-07-02 14:20:53 UTC
  • Revision ID: james.westby@ubuntu.com-20030702142053-y2ip1cpy295u22tv
Tags: 63-2
Forgot to fix Makefile which installed rshd and rlogind under wrong name.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh -e
 
2
 
 
3
update-alternatives --install /usr/bin/rsh rsh /usr/bin/rsh-redone-rsh 150 \
 
4
        --slave /usr/share/man/man1/rsh.1.gz rsh.1.gz /usr/share/man/man1/rsh-redone-rsh.1.gz
 
5
update-alternatives --install /usr/bin/rlogin rlogin /usr/bin/rsh-redone-rlogin 150 \
 
6
        --slave /usr/share/man/man1/rlogin.1.gz rlogin.1.gz /usr/share/man/man1/rsh-redone-rlogin.1.gz
 
7
 
 
8
#DEBHELPER#