From a093b455b380a21582ba3174bdf314a111e276f3 Mon Sep 17 00:00:00 2001 From: Damian Minkov Date: Thu, 26 Mar 2015 13:19:50 +0200 Subject: [PATCH] Fixes debian packaging checking wrong template. --- debian/jitsi-meet-prosody.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/jitsi-meet-prosody.postinst b/debian/jitsi-meet-prosody.postinst index 84c1916613..aabd71b983 100644 --- a/debian/jitsi-meet-prosody.postinst +++ b/debian/jitsi-meet-prosody.postinst @@ -29,7 +29,7 @@ case "$1" in . /usr/share/debconf/confmodule # detect dpkg-reconfigure, just delete old links - db_get jitsi-meet/jvb-hostname + db_get jitsi-meet-prosody/jvb-hostname JVB_HOSTNAME_OLD=$RET if [ -n "$RET" ] && [ ! "$JVB_HOSTNAME_OLD" = "$JVB_HOSTNAME" ] ; then rm -f /etc/prosody/conf.d/$JVB_HOSTNAME_OLD.cfg.lua