view debian/gftp-text.postinst @ 289:5f66f09e5194

2003-10-17 Brian Masney <masneyb@gftp.org> * lib/misc.c (insert_commas) - if _GNU_SOURCE is defined, instead of using my builtin function for formatting numbers, use glibc's %'ld (or %'lld) format to print the numbers out. This is more portable for other locales.
author masneyb
date Sat, 18 Oct 2003 14:54:53 +0000
parents f7251c70153a
children 398fcbad832b
line wrap: on
line source

#!/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