mirror of
https://github.com/dokku/dokku.git
synced 2026-08-29 10:08:53 +02:00
Fix lintian warning: postrm-does-not-purge-debconf
This commit is contained in:
7
debian/postrm
vendored
Executable file
7
debian/postrm
vendored
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
set -eo pipefail; [[ $TRACE ]] && set -x
|
||||
|
||||
if [[ "$1" == "purge" ]] && [[ -e /usr/share/debconf/confmodule ]]; then
|
||||
. /usr/share/debconf/confmodule
|
||||
db_purge
|
||||
fi
|
||||
Reference in New Issue
Block a user