10 lines
88 B
Bash
Executable File
10 lines
88 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
# shellcheck disable=SC1091
|
|
. /usr/share/debconf/confmodule
|
|
|
|
|
|
|
|
exit 0
|