~ubuntu-branches/ubuntu/maverick/mysql-cluster-7.0/maverick

« back to all changes in this revision

Viewing changes to debian/mysql-cluster-server-5.1.prerm

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-02-19 13:02:53 UTC
  • Revision ID: james.westby@ubuntu.com-20100219130253-h7p389u52u4gcdo3
Tags: 7.0.9-1ubuntu3
Clean up debian packaging a bit more, by making it simpler. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/bash -e
2
 
 
3
 
. /usr/share/debconf/confmodule
4
 
 
5
 
if [ -n "$DEBIAN_SCRIPT_DEBUG" ]; then set -v -x; DEBIAN_SCRIPT_TRACE=1; fi
6
 
${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 }
7
 
 
8
 
#DEBHELPER#