From 63e7e66dc2e820186180f96e71fd0a0541b0bbcf Mon Sep 17 00:00:00 2001 From: kali Date: Thu, 9 Aug 2012 22:58:25 +0900 Subject: remove debian/ from integration branch (moved to its own branch) --- debian/postinst.ex | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 debian/postinst.ex (limited to 'debian/postinst.ex') diff --git a/debian/postinst.ex b/debian/postinst.ex deleted file mode 100644 index 888928ca..00000000 --- a/debian/postinst.ex +++ /dev/null @@ -1,39 +0,0 @@ -#!/bin/sh -# postinst script for python-leap-client -# -# 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) - ;; - - 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