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