[Pkg-giraffe-maintainers] [PATCH 2/5] kopano-server.postrm: missed substitute for kopano
c.schoenert at t-online.de
c.schoenert at t-online.de
Sat Jun 3 14:57:06 UTC 2017
From: Carsten Schoenert <c.schoenert at t-online.de>
The commit e99a372b8e59bfe80c7a9fa8439bfcef66b6f068 hasn't done the also
needed changes in the postrm script for kopano-sever and was still
refering to the old package name zarafa.
Thanks Andreas Beckmann for pointing this out!
Closes: #863958
---
debian/kopano-server.postrm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/kopano-server.postrm b/debian/kopano-server.postrm
index 13088d74..4e4876e0 100644
--- a/debian/kopano-server.postrm
+++ b/debian/kopano-server.postrm
@@ -1,5 +1,5 @@
#!/bin/sh
-# postrm script for zarafa-server
+# postrm script for kopano-server
#
# see: dh_installdeb(1)
@@ -10,7 +10,7 @@ if [ -f /usr/share/debconf/confmodule ]; then
fi
if [ -f /usr/share/dbconfig-common/dpkg/postrm.mysql ]; then
. /usr/share/dbconfig-common/dpkg/postrm.mysql
- dbc_go zarafa-server $@
+ dbc_go kopano-server $@
fi
case "$1" in
@@ -19,9 +19,9 @@ case "$1" in
purge)
if which ucf >/dev/null 2>&1; then
- ucf --purge /etc/zarafa/debian-db.cfg
+ ucf --purge /etc/kopano/debian-db.cfg
else
- rm -f /etc/zarafa/debian-db.cfg
+ rm -f /etc/kopano/debian-db.cfg
fi
;;
--
2.11.0
More information about the Pkg-giraffe-maintainers
mailing list