6 lines
98 B
Plaintext
6 lines
98 B
Plaintext
|
#!/bin/sh
|
||
|
set -e
|
||
|
# Get tasksel's templates loaded up.
|
||
|
. /usr/share/debconf/confmodule
|
||
|
#DEBHELPER#
|