Browse Source

Fixes debian packaging checking wrong template.

master
Damian Minkov 10 years ago
parent
commit
a093b455b3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      debian/jitsi-meet-prosody.postinst

+ 1
- 1
debian/jitsi-meet-prosody.postinst View File

29
         . /usr/share/debconf/confmodule
29
         . /usr/share/debconf/confmodule
30
 
30
 
31
         # detect dpkg-reconfigure, just delete old links
31
         # detect dpkg-reconfigure, just delete old links
32
-        db_get jitsi-meet/jvb-hostname
32
+        db_get jitsi-meet-prosody/jvb-hostname
33
         JVB_HOSTNAME_OLD=$RET
33
         JVB_HOSTNAME_OLD=$RET
34
         if [ -n "$RET" ] && [ ! "$JVB_HOSTNAME_OLD" = "$JVB_HOSTNAME" ] ; then
34
         if [ -n "$RET" ] && [ ! "$JVB_HOSTNAME_OLD" = "$JVB_HOSTNAME" ] ; then
35
             rm -f /etc/prosody/conf.d/$JVB_HOSTNAME_OLD.cfg.lua
35
             rm -f /etc/prosody/conf.d/$JVB_HOSTNAME_OLD.cfg.lua

Loading…
Cancel
Save