~ubuntu-branches/ubuntu/intrepid/prewikka/intrepid

« back to all changes in this revision

Viewing changes to debian/prewikka.prerm

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Chifflier
  • Date: 2007-04-11 14:41:09 UTC
  • Revision ID: james.westby@ubuntu.com-20070411144109-fddsx2l43w21rwh5
Tags: 0.9.10-1
* New upstream release
* Patch postgresql tables creation script (do not drop inexistant tables)
* Update my email address
* Add watch file

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
# prerm script for prewikka
 
3
#
 
4
# see: dh_installdeb(1)
 
5
 
 
6
set -e
 
7
 
 
8
# source debconf stuff
 
9
. /usr/share/debconf/confmodule
 
10
# source dbconfig-common stuff
 
11
. /usr/share/dbconfig-common/dpkg/prerm
 
12
dbc_go prewikka $@
 
13
 
 
14
#DEBHELPER#
 
15
 
 
16
exit 0
 
17
 
 
18