~ubuntu-branches/ubuntu/warty/orca/warty

« back to all changes in this revision

Viewing changes to debian/prerm

  • Committer: Bazaar Package Importer
  • Author(s): Jesus Climent
  • Date: 2003-07-14 15:08:58 UTC
  • Revision ID: james.westby@ubuntu.com-20030714150858-te4hexppwx79qcnu
Tags: 0.2.2.1
* NMU.
* The "I want to listen to the SEAT MAKINERO song again" release.
* make runs in error mode.
* Updated to use librrd0-dev as build-dep (Closes: #182707)
* Cleans and rebuild libutils since it was delivered as i386 binary.

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