From feff6c258c109abe5a64f5dd08ad5198c5202e4c Mon Sep 17 00:00:00 2001 From: svntobi Date: Fri, 21 Mar 2008 23:01:20 +0000 Subject: merged changes from the 0.3.x branch git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/menuorg/trunk@6962 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f --- debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/postinst') diff --git a/debian/postinst b/debian/postinst index 8f8346d..5c804ef 100644 --- a/debian/postinst +++ b/debian/postinst @@ -22,7 +22,7 @@ MENUORG_XML=/var/lib/vdr/plugins/menuorg.xml case "$1" in configure) [ -e "$MENUORG_XML" ] || \ - cp /usr/share/vdr-plugin-menuorg/menuorg.xml "$MENUORG_XML" + cp /usr/share/vdr-plugin-menuorg/menuorg.xml.minimum "$MENUORG_XML" ;; abort-upgrade|abort-remove|abort-deconfigure) -- cgit v1.2.3