Replace old, non-functional Debian packaging with a new one.
[koha.git] / debian / koha.postrm
1 #!/bin/sh
2
3 set -e
4
5 if [ -f /usr/share/debconf/confmodule ]; then
6     . /usr/share/debconf/confmodule
7 fi
8 if [ -f /usr/share/dbconfig-common/dpkg/postrm.mysql ]; then
9     . /usr/share/dbconfig-common/dpkg/postrm.mysql
10     dbc_go koha $@
11 fi
12
13 #if [ "$1" = "purge" ]; then
14 #       rm -f /etc/db-test-mysql/debian-db.php
15 #       if which ucf >/dev/null 2>&1; then
16 #               ucf --purge /etc/db-test-mysql/debian-db.php
17 #               ucfr --purge db-test-mysql /etc/db-test-mysql/debian-db.php
18 #       fi
19 #fi
20
21 #DEBHELPER#