From patchwork Tue Aug 18 15:37:22 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3374 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4BWFR31XPXz3x1D for ; Tue, 18 Aug 2020 15:37:35 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4BWFR024YYzD0; Tue, 18 Aug 2020 15:37:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4BWFQy5WNlz2yFB; Tue, 18 Aug 2020 15:37:30 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4BWFQx07t9z2xkV for ; Tue, 18 Aug 2020 15:37:29 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 4BWFQw1QvjzD0 for ; Tue, 18 Aug 2020 15:37:28 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1597765048; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=As4+sP6qo2gv4FFoc7hTi7JaZ5SqseYH1UG4/BpJD1w=; b=1XPvI2aH/6ACi8a/ubqss/0xFM07t/WJwksk7Hj+eZyz3U9IeVNLIStlaUCLe4UdwYYk1j nveEfnd8ts4xxhDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1597765048; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=As4+sP6qo2gv4FFoc7hTi7JaZ5SqseYH1UG4/BpJD1w=; b=p4UJ0k2kwXaaHSybuTNnyNmbu2kpaiIvkpLCNPbZy0W1Hj2efAwr8OWdVzF95MdQyaqocA 9i9tCM6oFGUPHjNhroODnB4vp3yLVZXQDAyu1SZlLaNn5Er0QbJhgaMuWiGXh7T8ra8+nR XgOZnpOAd6TP4Y5v5aieZJyX7RCRG+7lwK+VGUQJe+hW2dA0OxlqaVzq9l7kWHfHXakhks LFKY0EbXZxXwy5x9Wt66TY+YnY8pITURhiPfulFSOJW2TicxMTHH+s3C3A8qkErjxd14qi t0RqTUAm7QVxXAiGXOT5YUSUjW3d389UpOuwBra5DAfsOjuR6R+HXJ+b2Pscvg== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] zstd 1.4.5: Deleted obsolete files from '/src/paks/' Date: Tue, 18 Aug 2020 17:37:22 +0200 Message-Id: <20200818153722.2206-1-matthias.fischer@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=matthias.fischer@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 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" No longer needed => deleted because of: https://git.ipfire.org/?p=ipfire-2.x.git;a=commit;h=c67ff7d72c2232b6994e1ff97277d4040711f97d Signed-off-by: Matthias Fischer --- src/paks/zstd/install.sh | 25 ------------------------- src/paks/zstd/uninstall.sh | 25 ------------------------- src/paks/zstd/update.sh | 26 -------------------------- 3 files changed, 76 deletions(-) delete mode 100644 src/paks/zstd/install.sh delete mode 100644 src/paks/zstd/uninstall.sh delete mode 100644 src/paks/zstd/update.sh diff --git a/src/paks/zstd/install.sh b/src/paks/zstd/install.sh deleted file mode 100644 index 3fe8bc67e..000000000 --- a/src/paks/zstd/install.sh +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/bash -############################################################################ -# # -# This file is part of the IPFire Firewall. # -# # -# IPFire is free software; you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation; either version 2 of the License, or # -# (at your option) any later version. # -# # -# IPFire is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with IPFire; if not, write to the Free Software # -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# # -# Copyright (C) 2009 IPFire-Team . # -# # -############################################################################ -# -. /opt/pakfire/lib/functions.sh -extract_files diff --git a/src/paks/zstd/uninstall.sh b/src/paks/zstd/uninstall.sh deleted file mode 100644 index f786519d6..000000000 --- a/src/paks/zstd/uninstall.sh +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/bash -############################################################################ -# # -# This file is part of the IPFire Firewall. # -# # -# IPFire is free software; you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation; either version 2 of the License, or # -# (at your option) any later version. # -# # -# IPFire is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with IPFire; if not, write to the Free Software # -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# # -# Copyright (C) 2009 IPFire-Team . # -# # -############################################################################ -# -. /opt/pakfire/lib/functions.sh -remove_files diff --git a/src/paks/zstd/update.sh b/src/paks/zstd/update.sh deleted file mode 100644 index 89c40d0d7..000000000 --- a/src/paks/zstd/update.sh +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/bash -############################################################################ -# # -# This file is part of the IPFire Firewall. # -# # -# IPFire is free software; you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation; either version 2 of the License, or # -# (at your option) any later version. # -# # -# IPFire is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with IPFire; if not, write to the Free Software # -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# # -# Copyright (C) 2007 IPFire-Team . # -# # -############################################################################ -# -. /opt/pakfire/lib/functions.sh -./uninstall.sh -./install.sh