vdr/vdr-plugin-osdteletext/debian postinst
Thomas Schmidt
pkg-vdr-dvb-changes@lists.alioth.debian.org
Tue, 18 Jan 2005 22:48:25 +0000
Update of /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-osdteletext/debian
In directory haydn:/tmp/cvs-serv4624/vdr/vdr-plugin-osdteletext/debian
Modified Files:
postinst
Log Message:
* do not fail if the user vdr does not exist
Index: postinst
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-osdteletext/debian/postinst,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- postinst 2 Jan 2005 14:38:29 -0000 1.1
+++ postinst 18 Jan 2005 22:48:23 -0000 1.2
@@ -29,7 +29,7 @@
case "$1" in
configure)
# ensure that the config-dir is correctly owned
- [ ! -d /var/cache/vdr/vtx ] || chown -R vdr:vdr /var/cache/vdr/vtx
+ [ ! -d /var/cache/vdr/vtx ] || chown -R vdr:vdr /var/cache/vdr/vtx || true
;;
abort-upgrade|abort-remove|abort-deconfigure)