From patchwork Wed Jun 19 21:24:06 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2307 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web07.i.ipfire.org (Postfix) with ESMTPS id C5A36887644 for ; Wed, 19 Jun 2019 12:24:21 +0100 (BST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 45TMzT1YTWz5GlRG; Wed, 19 Jun 2019 12:24:21 +0100 (BST) Received: from Devel.localdomain (p4FF568F4.dip0.t-ipconnect.de [79.245.104.244]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 45TMzH4lzmz583d3 for ; Wed, 19 Jun 2019 12:24:11 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904rsa; t=1560943451; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:in-reply-to:in-reply-to:references:references; bh=dF+IrpyTAAUNJ3TPN52fQQPv7vDLkBP8wE0oe6SfvfE=; b=uoLdrofNcCkIOKwGY0lGqtA90aJ4qD1bwHc2Rftnv2Bif+dHGZInJPGKVptEq6WDnzYyAu A54Ghza3tYgcZ3rDe3p9SGwcwy+rfSMNfV3prmsnM5tZKcfsQC4EdW3kcJovvBPDT3yOx0 8BgAmzn5BwcIZcScElXY8/32kqZK1lnb90EKZQlwtKowMwcwFZtqRU3kn+MOs6ojh5mJLK +n7KOm2skaRVfQDbQaT24SQMoMnTZPHdfWVmiDSckDICblWEUXKvWmimrBJVt5vzQq4rBj HHjAr7D1bDZtrOQm2Guo5Flv5Txna8sAr5HK6rQ748247qoO48NWLoxCb3GhwQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904ed25519; t=1560943451; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:in-reply-to:in-reply-to:references:references; bh=dF+IrpyTAAUNJ3TPN52fQQPv7vDLkBP8wE0oe6SfvfE=; b=Ux4Sb6GlyZS/UFKswwpr/j7xHKcEpAi/XTvFmowGZMZ6uhJ8gFLXAPmNQ4jATzUjJUdVx5 cjnodrN7qtYIdjBw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH 2/2] Remove old vim 7.4 data Date: Wed, 19 Jun 2019 13:24:06 +0200 Message-Id: <20190619112406.2463-2-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20190619112406.2463-1-matthias.fischer@ipfire.org> References: <20190619112406.2463-1-matthias.fischer@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=mfischer smtp.mailfrom=matthias.fischer@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Matthias Fischer --- config/rootfiles/core/134/update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/rootfiles/core/134/update.sh b/config/rootfiles/core/134/update.sh index 655dfe68e..297fdfb9c 100644 --- a/config/rootfiles/core/134/update.sh +++ b/config/rootfiles/core/134/update.sh @@ -79,6 +79,9 @@ rm -rf /boot/dtb-*-ipfire-* rm -rf /lib/modules rm -f /etc/sysconfig/lm_sensors +# Remove old vim 7.4 files +rm -rf /usr/share/vim74 + # Stop services # Extract files