# HG changeset patch # User masneyb # Date 1051150958 0 # Node ID f7251c70153a179a5ffc18c82481b5988031af91 # Parent 5c952c5cb438aa2a65c43a24407c0750bbefc194 This file was missing from my last commit diff -r 5c952c5cb438 -r f7251c70153a debian/gftp-text.postinst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/gftp-text.postinst Thu Apr 24 02:22:38 2003 +0000 @@ -0,0 +1,6 @@ +#!/bin/sh + +update-alternatives \ + --install /usr/bin/ftp ftp /usr/bin/gftp-text 100 \ + --slave /usr/share/man/man1/ftp.1.gz ftp.1.gz /usr/share/man/man1/gftp.1.gz +