From 93123491a6cfe84e4eed5ce9cfa262f773fd8e02 Mon Sep 17 00:00:00 2001 From: etobi Date: Sun, 5 Feb 2012 19:37:53 +0100 Subject: Dropped debian packaging --- debian/postinst | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 debian/postinst (limited to 'debian/postinst') diff --git a/debian/postinst b/debian/postinst deleted file mode 100644 index 5c804ef..0000000 --- a/debian/postinst +++ /dev/null @@ -1,42 +0,0 @@ -#!/bin/sh -# postinst script for vdr-plugin-menuorg -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * `configure' -# * `abort-upgrade' -# * `abort-remove' `in-favour' -# -# * `abort-remove' -# * `abort-deconfigure' `in-favour' -# `removing' -# -# for details, see http://www.debian.org/doc/debian-policy/ or -# the debian-policy package - -MENUORG_XML=/var/lib/vdr/plugins/menuorg.xml - -case "$1" in - configure) - [ -e "$MENUORG_XML" ] || \ - cp /usr/share/vdr-plugin-menuorg/menuorg.xml.minimum "$MENUORG_XML" - ;; - - abort-upgrade|abort-remove|abort-deconfigure) - ;; - - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 -- cgit v1.2.3