vdr/vdr-plugin-prefermenu/debian changelog postinst
Thomas Schmidt
pkg-vdr-dvb-changes@lists.alioth.debian.org
Tue, 18 Jan 2005 22:51:52 +0000
Update of /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-prefermenu/debian
In directory haydn:/tmp/cvs-serv4887/vdr/vdr-plugin-prefermenu/debian
Modified Files:
changelog postinst
Log Message:
* prepare for releasing the package ;-)
* do not fail if the user vdr does not exist
Index: changelog
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-prefermenu/debian/changelog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- changelog 2 Jan 2005 14:33:49 -0000 1.6
+++ changelog 18 Jan 2005 22:51:50 -0000 1.7
@@ -1,7 +1,5 @@
vdr-plugin-prefermenu (0.6.2-3) unstable; urgency=low
- !!! unreleased !!!
-
* Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>
- Build-depend and Depend on vdr (>=1.2.6-6)
- Change owner/group of the config file to vdr:vdr in
Index: postinst
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-prefermenu/debian/postinst,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- postinst 2 Jan 2005 14:33:49 -0000 1.1
+++ postinst 18 Jan 2005 22:51:50 -0000 1.2
@@ -30,7 +30,8 @@
configure)
# ensure that the config-file is correctly owned
[ ! -e /var/lib/vdr/plugins/prefermenu.conf ] || \
- chown vdr:vdr /var/lib/vdr/plugins/prefermenu.conf
+ chown vdr:vdr /var/lib/vdr/plugins/prefermenu.conf \
+ || true
;;
abort-upgrade|abort-remove|abort-deconfigure)