~ubuntu-branches/ubuntu/hardy/linux-ftpd-ssl/hardy

« back to all changes in this revision

Viewing changes to debian/postrm

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Martin
  • Date: 2002-03-23 12:18:50 UTC
  • Revision ID: james.westby@ubuntu.com-20020323121850-v1q5cjdrp8ozukes
Tags: upstream-0.17.12+0.3
ImportĀ upstreamĀ versionĀ 0.17.12+0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh -e
 
2
# $Id: postrm,v 1.1 1999/04/16 07:00:28 herbert Exp $
 
3
 
 
4
if [ "$1" = remove -o "$1" = purge ]; then
 
5
        update-inetd --remove "ftp              stream  tcp     nowait  root    /usr/sbin/tcpd  /usr/sbin/in.ftpd"
 
6
fi
 
7
 
 
8
#DEBHELPER#