~ubuntu-branches/ubuntu/utopic/binkd/utopic-proposed

« back to all changes in this revision

Viewing changes to debian/prerm

  • Committer: Bazaar Package Importer
  • Author(s): Marco d'Itri
  • Date: 2002-03-24 22:52:25 UTC
  • Revision ID: james.westby@ubuntu.com-20020324225225-emwdv21tqzdb21le
Tags: 0.9.5a-4
Fixed ftrans (Closes: #139055).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh -e
 
2
 
 
3
#DEBHELPER#
 
4
 
 
5
# must be executed after /etc/init.d/binkd stop
 
6
update-inetd --remove '^binkp[ \t].*'
 
7