Skip to content

Commit

Permalink
debian: Fix delete used keys on purge.
Browse files Browse the repository at this point in the history
  • Loading branch information
damencho committed Apr 2, 2020
1 parent 63d2f9d commit fdce823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/postrm
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ case "$1" in
rm -rf /usr/share/jitsi-videobridge/.sip-communicator

# make sure we remove keys we used ('jitsi-videobridge/jvb-hostname')
echo PURGE | debconf-communicate jitsi-videobridge > /dev/null || true
db_unregister jitsi-videobridge/jvb-hostname
;;

remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
Expand Down

0 comments on commit fdce823

Please sign in to comment.