r2914 - vdr/vdr-plugin-radio/trunk/debian
Thomas Günther
tom-guest at costa.debian.org
Sat Jun 17 14:43:16 UTC 2006
Author: tom-guest
Date: 2006-06-17 14:43:16 +0000 (Sat, 17 Jun 2006)
New Revision: 2914
Modified:
vdr/vdr-plugin-radio/trunk/debian/changelog
vdr/vdr-plugin-radio/trunk/debian/control
vdr/vdr-plugin-radio/trunk/debian/postinst
Log:
Fixed debian/postinst, Removed vdr:conflicts
Modified: vdr/vdr-plugin-radio/trunk/debian/changelog
===================================================================
--- vdr/vdr-plugin-radio/trunk/debian/changelog 2006-06-15 23:22:40 UTC (rev 2913)
+++ vdr/vdr-plugin-radio/trunk/debian/changelog 2006-06-17 14:43:16 UTC (rev 2914)
@@ -4,6 +4,8 @@
* Thomas Schmidt <tschmidt at debian.org>
- Build-Depend on vdr-dev (>=1.4.1-1)
+ * Thomas Günther <tom at toms-cafe.de>
+ - Fixed debian/postinst
-- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org> Wed, 14 Jun 2006 18:03:30 +0200
Modified: vdr/vdr-plugin-radio/trunk/debian/control
===================================================================
--- vdr/vdr-plugin-radio/trunk/debian/control 2006-06-15 23:22:40 UTC (rev 2913)
+++ vdr/vdr-plugin-radio/trunk/debian/control 2006-06-17 14:43:16 UTC (rev 2914)
@@ -9,7 +9,6 @@
Package: vdr-plugin-radio
Architecture: any
Depends: ${shlibs:Depends}, ${vdr:Depends}
-Conflicts: ${vdr:Conflicts}
Description: VDR Plugin that displays images for radio channels
Displays mpg-images instead of a black background while watching radio
channels.
Modified: vdr/vdr-plugin-radio/trunk/debian/postinst
===================================================================
--- vdr/vdr-plugin-radio/trunk/debian/postinst 2006-06-15 23:22:40 UTC (rev 2913)
+++ vdr/vdr-plugin-radio/trunk/debian/postinst 2006-06-17 14:43:16 UTC (rev 2914)
@@ -5,11 +5,11 @@
if [ "$1" = "configure" ]; then
radio_mpg=/var/lib/vdr/plugins/radio/radio.mpg
- replay_mpg=/replay.mpg
+ replay_mpg=/var/lib/vdr/plugins/radio/replay.mpg
[ -L $radio_mpg ] && rm -rf $radio_mpg || true
[ -L $replay_mpg ] && rm -rf $replay_mpg || true
-
+
rmdir /var/lib/vdr/plugins/radio || true
fi
More information about the pkg-vdr-dvb-changes
mailing list