9 lines
214 B
Bash
Executable file
9 lines
214 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
# Automatically added by dh_installdebconf/13.11.4
|
|
if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
|
|
. /usr/share/debconf/confmodule
|
|
db_purge
|
|
fi
|
|
# End automatically added section
|