diff options
| author | Antti Ajanki <antti.ajanki@iki.fi> | 2010-08-25 20:47:32 +0300 |
|---|---|---|
| committer | Antti Ajanki <antti.ajanki@iki.fi> | 2010-08-25 20:47:32 +0300 |
| commit | 0afac96f286456aa65109ccb92cf03f79c964c0f (patch) | |
| tree | cf060dd0c54a7f9ba3f8b102bb424440c732b945 /debian/postinst | |
| parent | f817cb0f4c07788a2c114590fd317c94c9a3958c (diff) | |
| download | vdr-plugin-webvideo-0afac96f286456aa65109ccb92cf03f79c964c0f.tar.gz vdr-plugin-webvideo-0afac96f286456aa65109ccb92cf03f79c964c0f.tar.bz2 | |
postinst and preinst in correct packages
Diffstat (limited to 'debian/postinst')
| -rw-r--r-- | debian/postinst | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/debian/postinst b/debian/postinst deleted file mode 100644 index 33bb639..0000000 --- a/debian/postinst +++ /dev/null @@ -1,43 +0,0 @@ -#!/bin/sh -# postinst script for vdr-plugin-webvideo -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * <postinst> `configure' <most-recently-configured-version> -# * <old-postinst> `abort-upgrade' <new version> -# * <conflictor's-postinst> `abort-remove' `in-favour' <package> -# <new-version> -# * <postinst> `abort-remove' -# * <deconfigured's-postinst> `abort-deconfigure' `in-favour' -# <failed-install-package> <version> `removing' -# <conflicting-package> <version> -# for details, see http://www.debian.org/doc/debian-policy/ or -# the debian-policy package - - -case "$1" in - configure) - chown vdr:vdr /var/lib/webvideo - chmod g=rwx /var/lib/webvideo - ;; - - 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 - - |
