[vdr-vompclient-mvp] 08/09: Updated maintainer scripts
Tobias Grimm
tiber-guest at moszumanska.debian.org
Sat Feb 17 15:09:21 UTC 2018
This is an automated email from the git hooks/post-receive script.
tiber-guest pushed a commit to branch master
in repository vdr-vompclient-mvp.
commit 2dfc1b39f2906f01f15f3fd919a3d68646b6a8a9
Author: Tobias Grimm <git at e-tobi.net>
Date: Sat Feb 17 16:07:43 2018 +0100
Updated maintainer scripts
---
debian/config | 4 +++-
debian/postinst | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/config b/debian/config
index 1edbeb8..5a2bf91 100644
--- a/debian/config
+++ b/debian/config
@@ -1,6 +1,8 @@
#!/bin/sh
+set -e
+
. /usr/share/debconf/confmodule
-db_input high vdr-vompclient-mvp/bootpserver_on_init || false
+db_input high vdr-vompclient-mvp/bootpserver_on_init || true
db_go
diff --git a/debian/postinst b/debian/postinst
index 739c1d0..e429354 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -28,7 +28,7 @@ case "$1" in
. /usr/share/debconf/confmodule
CONFIGVOMP="/etc/vdr/plugins/vomp.conf"
-
+
db_get vdr-vompclient-mvp/bootpserver_on_init
if [ $RET = "true" ]; then
sed -e 's/Bootp server.*/Bootp server enabled = yes/' < $CONFIGVOMP > $CONFIGVOMP.dpkg-tmp
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr-vompclient-mvp.git
More information about the pkg-vdr-dvb-changes
mailing list