[SCM] vdr packaging repository branch, master, updated. vdr-1.7.16-355-g288473b
etobi
git at e-tobi.net
Sat Jan 1 15:49:35 UTC 2011
The following commit has been merged in the master branch:
commit eeec37eefc4cbd6cc0da5cd71c781e25ed6f4f04
Author: etobi <git at e-tobi.net>
Date: Sat Jan 1 16:29:36 2011 +0100
Minor whitespace fix
diff --git a/debian/vdr.postinst b/debian/vdr.postinst
index 9c0a60d..db8c4f3 100644
--- a/debian/vdr.postinst
+++ b/debian/vdr.postinst
@@ -28,9 +28,9 @@ set -e
case "$1" in
configure)
-
+
. /usr/share/debconf/confmodule
-
+
# install/move channels.conf
if [ ! -e /var/lib/vdr/channels.conf ]; then
if [ -e /etc/vdr/channels.conf ]; then
@@ -38,7 +38,7 @@ case "$1" in
mv /etc/vdr/channels.conf /var/lib/vdr/channels.conf
else
db_get vdr/select_dvb_card
-
+
case "$RET" in
Satellite)
gzip -dc /usr/share/doc/vdr/examples/channels.conf.gz \
@@ -58,7 +58,7 @@ case "$1" in
esac
fi
fi
-
+
db_get vdr/create_video_dir
if $RET; then
# check if an old directory /var/lib/video exists, and
@@ -97,7 +97,7 @@ case "$1" in
$USER
echo "...done"
fi
-
+
# put vdr in group video so that it can access the DVB device nodes
adduser $USER video > /dev/null || true
--
vdr packaging repository
More information about the pkg-vdr-dvb-changes
mailing list