summaryrefslogtreecommitdiff
path: root/debian/postinst
diff options
context:
space:
mode:
authorsvntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f>2008-03-21 23:01:20 +0000
committersvntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f>2008-03-21 23:01:20 +0000
commitfeff6c258c109abe5a64f5dd08ad5198c5202e4c (patch)
tree145191b7df91250969db5dd57640dd2a3c2cb535 /debian/postinst
parent20f371ed3393b72ffb23b05f228f9312a149d082 (diff)
downloadvdr-plugin-menuorg-feff6c258c109abe5a64f5dd08ad5198c5202e4c.tar.gz
vdr-plugin-menuorg-feff6c258c109abe5a64f5dd08ad5198c5202e4c.tar.bz2
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
Diffstat (limited to 'debian/postinst')
-rw-r--r--debian/postinst2
1 files changed, 1 insertions, 1 deletions
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)