[vdr] 05/05: Fixed postinst scripts

Tobias Grimm tiber-guest at moszumanska.debian.org
Sat Mar 14 19:18:04 UTC 2015


This is an automated email from the git hooks/post-receive script.

tiber-guest pushed a commit to branch master
in repository vdr.

commit e744e20f7a92234f20bcf88e2a2b3a3a2f0a6e5b
Author: etobi <git at e-tobi.net>
Date:   Sat Mar 14 19:04:15 2015 +0100

    Fixed postinst scripts
---
 debian/vdr-plugin-dvbhddevice.postinst | 8 ++++++++
 debian/vdr-plugin-dvbsddevice.postinst | 8 ++++++++
 2 files changed, 16 insertions(+)

diff --git a/debian/vdr-plugin-dvbhddevice.postinst b/debian/vdr-plugin-dvbhddevice.postinst
index a0776fc..3fecb5c 100644
--- a/debian/vdr-plugin-dvbhddevice.postinst
+++ b/debian/vdr-plugin-dvbhddevice.postinst
@@ -1,3 +1,11 @@
+set -e
+
 if [ "$1" = configure -a -z "$2" ]; then
   ln -sr "/etc/vdr/conf.avail/dvbhddevice.conf" "/etc/vdr/conf.d/50-dvbhddevice.conf"
 fi
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+#DEBHELPER#
+
+exit 0
diff --git a/debian/vdr-plugin-dvbsddevice.postinst b/debian/vdr-plugin-dvbsddevice.postinst
index e7176e5..e2c310b 100644
--- a/debian/vdr-plugin-dvbsddevice.postinst
+++ b/debian/vdr-plugin-dvbsddevice.postinst
@@ -1,3 +1,11 @@
+set -e
+
 if [ "$1" = configure -a -z "$2" ]; then
   ln -sr "/etc/vdr/conf.avail/dvbsddevice.conf" "/etc/vdr/conf.d/50-dvbsddevice.conf"
 fi
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+#DEBHELPER#
+
+exit 0

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr.git



More information about the pkg-vdr-dvb-changes mailing list