9 lines
84 B
Plaintext
9 lines
84 B
Plaintext
|
|
#!/bin/sh -e
|
||
|
|
|
||
|
|
# Install debconf templates
|
||
|
|
. /usr/share/debconf/confmodule
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
exit 0
|