summaryrefslogtreecommitdiff
path: root/debian/rsyslog-mysql.postrm
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2009-02-06 14:12:53 +0100
committerMichael Biebl <biebl@debian.org>2009-02-06 20:37:23 +0100
commiteffbfe13d80d37164a7a8a3b6415b7074e13567d (patch)
tree56ee9cc85d2fd296a6df6ed2b9514318a248e6d2 /debian/rsyslog-mysql.postrm
parent4aed4b6a6a518a73aaa2df2312c13bf1e1564b6f (diff)
downloadrsyslog-effbfe13d80d37164a7a8a3b6415b7074e13567d.tar.gz
Specify the db type when including the dbc maintainer scripts
Explictly include the mysql resp. pgsql version of the dbconfig-common maintainer scripts.
Diffstat (limited to 'debian/rsyslog-mysql.postrm')
-rw-r--r--debian/rsyslog-mysql.postrm4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rsyslog-mysql.postrm b/debian/rsyslog-mysql.postrm
index f20f9fb..be625a5 100644
--- a/debian/rsyslog-mysql.postrm
+++ b/debian/rsyslog-mysql.postrm
@@ -19,8 +19,8 @@ set -e
if [ -f /usr/share/debconf/confmodule ]; then
. /usr/share/debconf/confmodule
fi
-if [ -f /usr/share/dbconfig-common/dpkg/postrm ]; then
- . /usr/share/dbconfig-common/dpkg/postrm
+if [ -f /usr/share/dbconfig-common/dpkg/postrm.mysql ]; then
+ . /usr/share/dbconfig-common/dpkg/postrm.mysql
dbc_go rsyslog-mysql $@
fi