Skip to content

Commit

Permalink
debian: Delete used keys on purge.
Browse files Browse the repository at this point in the history
  • Loading branch information
damencho committed Apr 1, 2020
1 parent faec4ba commit 63d2f9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions debian/postrm
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ case "$1" in
rm -f /etc/jitsi/videobridge/logging.properties
rm -rf /usr/share/jitsi-videobridge/.java
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
;;

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

0 comments on commit 63d2f9d

Please sign in to comment.