From patchwork Fri Mar 4 19:24:37 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve Langasek X-Patchwork-Id: 379 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.159.109) by localhost6.localdomain6 with IMAP4-SSL; 08 Jun 2011 14:42:02 -0000 Delivered-To: patches@linaro.org Received: by 10.224.60.68 with SMTP id o4cs24875qah; Fri, 4 Mar 2011 11:24:56 -0800 (PST) Received: by 10.52.66.163 with SMTP id g3mr1550964vdt.94.1299266696019; Fri, 04 Mar 2011 11:24:56 -0800 (PST) Received: from becquer.dodds.net (becquer.dodds.net [207.224.24.209]) by mx.google.com with ESMTP id x2si3913323vbn.28.2011.03.04.11.24.55; Fri, 04 Mar 2011 11:24:55 -0800 (PST) Received-SPF: pass (google.com: domain of vorlon@virgil.dodds.net designates 207.224.24.209 as permitted sender) client-ip=207.224.24.209; Authentication-Results: mx.google.com; spf=pass (google.com: domain of vorlon@virgil.dodds.net designates 207.224.24.209 as permitted sender) smtp.mail=vorlon@virgil.dodds.net Received: from virgil.dodds.net (unknown [192.168.15.11]) by becquer.dodds.net (Postfix) with ESMTPA id 2ACAA251DA; Fri, 4 Mar 2011 11:24:53 -0800 (PST) Received: by virgil.dodds.net (Postfix, from userid 1000) id 83E2041A96; Fri, 4 Mar 2011 11:24:48 -0800 (PST) From: Steve Langasek To: Tom Gall Cc: patches@linaro.org, Steve Langasek Subject: [PATCH 3/7] Drop redundant postinst file; debhelper adds an ldconfig call for us Date: Fri, 4 Mar 2011 11:24:37 -0800 Message-Id: <1299266681-13266-3-git-send-email-steve.langasek@linaro.org> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1299266681-13266-1-git-send-email-steve.langasek@linaro.org> References: <1299266681-13266-1-git-send-email-steve.langasek@linaro.org> From: Steve Langasek --- debian/postinst | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) delete mode 100644 debian/postinst diff --git a/debian/postinst b/debian/postinst deleted file mode 100644 index 1e0d8f1..0000000 --- a/debian/postinst +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -e - -#DEBHELPER# - -if [ "$1" = "configure" ]; then - ldconfig -fi -