From patchwork Wed Oct 8 16:15:37 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Whitcroft X-Patchwork-Id: 397669 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 757C91400E2; Thu, 9 Oct 2014 03:15:06 +1100 (EST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1XbttH-00014o-C8; Wed, 08 Oct 2014 16:15:03 +0000 Received: from mail-wg0-f47.google.com ([74.125.82.47]) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1XbttA-00014E-Aq for kernel-team@lists.ubuntu.com; Wed, 08 Oct 2014 16:14:56 +0000 Received: by mail-wg0-f47.google.com with SMTP id x13so11789477wgg.6 for ; Wed, 08 Oct 2014 09:14:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=HQVa1YIue6r8ziWrU0WXHuQzyMjyG9kuKlLv5rSgJLY=; b=MuV4bXu05uzjNO361qQrdlyoau2/bwOGuu36sBHDlrzYFMq7U4nHuIll4kCJEMOkZu xyknT0eKOixzE+dChz5XcAfk6n7bt1Mz/ukcF8n6DjtxejkQrBpMT8548wd67a05MvjZ JNz586nSULuXliDB0Xe3dg9tLwmbvCtlV7IJcrXCzouy3B/UGCnUZS9ky0vEBc4B7/5E T7vBiMlAWw6+wKf/HAFEWdsWqmQ7UpEMhRnetBdbOLyM92Uw4aO7yxVGkUrdPCLCKkHx 9bFJxoU+agVzDL78qm5k51bAFYFSlwvjyTNMjlTB652y+RZb9h7je5AQjyE734XBdNL4 J+cw== X-Gm-Message-State: ALoCoQmT0LCh6TeKH3qC1aWOtnJqAsUk1Vy7aX6IuPerRolnfz3gpb52CfLCOCQ5IS9hnnavb5HW X-Received: by 10.194.24.169 with SMTP id v9mr3059666wjf.114.1412784896165; Wed, 08 Oct 2014 09:14:56 -0700 (PDT) Received: from localhost ([2001:470:6973:2:78c7:3fc1:3def:aeb6]) by mx.google.com with ESMTPSA id x6sm18867104wif.0.2014.10.08.09.14.54 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Oct 2014 09:14:55 -0700 (PDT) From: Andy Whitcroft To: kernel-team@lists.ubuntu.com Subject: [trusty 1/1] UBUNTU: [Config] linux-image-extra postrm is not needed on purge Date: Wed, 8 Oct 2014 17:15:37 +0100 Message-Id: <1412784937-16811-2-git-send-email-apw@canonical.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1412784937-16811-1-git-send-email-apw@canonical.com> References: <1412784937-16811-1-git-send-email-apw@canonical.com> Cc: Andy Whitcroft X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: kernel-team-bounces@lists.ubuntu.com BugLink: http://bugs.launchpad.net/bugs/1375310 Signed-off-by: Andy Whitcroft --- debian/control-scripts/extra-post | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control-scripts/extra-post b/debian/control-scripts/extra-post index a0c78af..0d3f3ad 100644 --- a/debian/control-scripts/extra-post +++ b/debian/control-scripts/extra-post @@ -2,7 +2,7 @@ set -e case "$0::$1" in -*.postinst::configure|*.postrm::remove|*.postrm::purge) +*.postinst::configure|*.postrm::remove) depmod -a -F /boot/System.map-=V =V || true for dir in "/etc/kernel/postinst.d" "/etc/kernel/postinst.d/=V" do