Patch for last svn trunk, using the same postrm rationale, based on [1].

[1]http://people.debian.org/~seanius/policy/dbconfig-common.html/ch-develguide.html#s-hooks

Regards,

-- 
Alejandro Ríos Peña
 
Index: config
===================================================================
--- config	(revisión: 257)
+++ config	(copia de trabajo)
@@ -43,7 +43,10 @@
 
 . /usr/share/debconf/confmodule
 dbc_dbtypes="mysql, pgsql"
-. /usr/share/dbconfig-common/dpkg/config
+if [ -f /usr/share/dbconfig-common/dpkg/config ]; then
+  . /usr/share/dbconfig-common/dpkg/config
+  dbc_go otrs2 "$@"
+fi
 
 TMPFILE=$(mktemp)
 if [ -f "/etc/otrs/Kernel/Config.pm" ]; then

Attachment: signature.asc
Description: Esta parte del mensaje está firmada digitalmente

Reply via email to