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