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 >