~ubuntu-branches/ubuntu/edgy/orca/edgy

« back to all changes in this revision

Viewing changes to debian/prerm

  • Committer: Bazaar Package Importer
  • Author(s): Abraham vd Merwe
  • Date: 2004-07-19 14:58:47 UTC
  • Revision ID: james.westby@ubuntu.com-20040719145847-hylhl4gvo1axsqcx
Tags: 0.2.3
* Link against latest libdebug (Closes: #231080)
* Changed package section (Closes: #159404)
* Added build-dependency on librrd0-dev (Closes: #182707)
* Updated debian policy version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh -e
 
2
 
 
3
if [ -x "/etc/init.d/orca" ]; then
 
4
        /etc/init.d/orca stop
 
5
fi
 
6
 
 
7
#DEBHELPER#
 
8