8 lines
156 B
Plaintext
8 lines
156 B
Plaintext
|
#!/bin/sh
|
||
|
set -e
|
||
|
|
||
|
# dummy postinst to ensure that the templates get imported and the config script is executed
|
||
|
. /usr/share/debconf/confmodule
|
||
|
|
||
|
#DEBHELPER#
|