X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-console.git/blobdiff_plain/7f53b6cbcf5195b38271e6bff3a4a8fcbf3e9edb:/debian/sipb-xen-console-server.postinst..28710237c927289d59a043452f15438690e1f6f9:/debian/git-logo.png diff --git a/debian/sipb-xen-console-server.postinst b/debian/sipb-xen-console-server.postinst deleted file mode 100755 index 8734aff..0000000 --- a/debian/sipb-xen-console-server.postinst +++ /dev/null @@ -1,44 +0,0 @@ -#!/bin/sh -# postinst script for sipb-xen-console-server -# -# 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 - - -case "$1" in - configure) - cat >>/etc/sudoers <&2 - exit 1 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0