9 lines
60 B
Bash
Executable file
9 lines
60 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
|
|
. /usr/share/debconf/confmodule
|
|
|
|
|
|
|
|
exit 0
|