vdr/vdr/debian vdr.postrm
Thomas Schmidt
pkg-vdr-dvb-changes@lists.alioth.debian.org
Fri, 31 Dec 2004 13:31:26 +0000
Update of /cvsroot/pkg-vdr-dvb/vdr/vdr/debian
In directory haydn:/tmp/cvs-serv6507/vdr/vdr/debian
Modified Files:
vdr.postrm
Log Message:
* small fix
Index: vdr.postrm
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr/debian/vdr.postrm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- vdr.postrm 30 Dec 2004 23:03:22 -0000 1.1
+++ vdr.postrm 31 Dec 2004 13:31:22 -0000 1.2
@@ -28,7 +28,7 @@
rm -f /var/lib/vdr/setup.conf > /dev/null || true
rm -f /var/lib/vdr/timers.conf > /dev/null || true
;;
- purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
+ remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
;;
*)
echo "postrm called with unknown argument \`$1'" >&2