* [PATCH] zstd 1.4.5: Deleted obsolete files from '/src/paks/'
@ 2020-08-18 15:37 Matthias Fischer
2020-08-18 15:38 ` Michael Tremer
0 siblings, 1 reply; 2+ messages in thread
From: Matthias Fischer @ 2020-08-18 15:37 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 6339 bytes --]
No longer needed => deleted because of:
https://git.ipfire.org/?p=ipfire-2.x.git;a=commit;h=c67ff7d72c2232b6994e1ff97277d4040711f97d
Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
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 <info(a)ipfire.org>. #
-# #
-############################################################################
-#
-. /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 <info(a)ipfire.org>. #
-# #
-############################################################################
-#
-. /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 <info(a)ipfire.org>. #
-# #
-############################################################################
-#
-. /opt/pakfire/lib/functions.sh
-./uninstall.sh
-./install.sh
--
2.18.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] zstd 1.4.5: Deleted obsolete files from '/src/paks/'
2020-08-18 15:37 [PATCH] zstd 1.4.5: Deleted obsolete files from '/src/paks/' Matthias Fischer
@ 2020-08-18 15:38 ` Michael Tremer
0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2020-08-18 15:38 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 6722 bytes --]
A perfect.
I didn’t know those were there :)
Thank you!
-Michael
> On 18 Aug 2020, at 16:37, Matthias Fischer <matthias.fischer(a)ipfire.org> wrote:
>
> No longer needed => deleted because of:
> https://git.ipfire.org/?p=ipfire-2.x.git;a=commit;h=c67ff7d72c2232b6994e1ff97277d4040711f97d
>
> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
> ---
> 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 <info(a)ipfire.org>. #
> -# #
> -############################################################################
> -#
> -. /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 <info(a)ipfire.org>. #
> -# #
> -############################################################################
> -#
> -. /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 <info(a)ipfire.org>. #
> -# #
> -############################################################################
> -#
> -. /opt/pakfire/lib/functions.sh
> -./uninstall.sh
> -./install.sh
> --
> 2.18.0
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-08-18 15:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-18 15:37 [PATCH] zstd 1.4.5: Deleted obsolete files from '/src/paks/' Matthias Fischer
2020-08-18 15:38 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox