~ubuntu-branches/ubuntu/trusty/phpmyadmin/trusty

« back to all changes in this revision

Viewing changes to debian/prerm

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst
  • Date: 2009-02-16 17:58:28 UTC
  • mfrom: (13.1.4 jaunty)
  • Revision ID: james.westby@ubuntu.com-20090216175828-d2dllrukk9kecv4k
Tags: 4:3.1.2-2
* Upload to unstable.
* [INTL:es] Spanish debconf template update (Closes: #513690).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
set -e
 
3
 
 
4
. /usr/share/debconf/confmodule
 
5
. /usr/share/dbconfig-common/dpkg/prerm.mysql
 
6
dbc_go phpmyadmin $@
 
7
 
 
8
# dh_installdeb will replace this with shell code automatically
 
9
# generated by other debhelper scripts.
 
10
 
 
11
#DEBHELPER#
 
12
 
 
13
exit 0