12 lines
154 B
Plaintext
12 lines
154 B
Plaintext
|
#!/bin/sh
|
||
|
# config maintainer script for zoneminder-core package
|
||
|
|
||
|
set -e
|
||
|
|
||
|
# Source the debconf stuff
|
||
|
. /usr/share/debconf/confmodule
|
||
|
|
||
|
#DEBHELPER#
|
||
|
|
||
|
exit 0
|