summaryrefslogtreecommitdiff
path: root/debian/postinst
diff options
context:
space:
mode:
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)