From fdead07d75a55037acb523546b20af4b94cbfbff Mon Sep 17 00:00:00 2001 From: Ximi1970 Date: Tue, 24 Nov 2020 17:20:15 +0100 Subject: [PATCH] Extra cleanup --- create_linux_gnome_installers.sh | 4 ++++ create_linux_kde_installers.sh | 4 ++++ create_linux_minimal_installers.sh | 4 ++++ create_linux_staging_gnome_installers.sh | 4 ++++ create_linux_staging_kde_installers.sh | 4 ++++ create_linux_staging_minimal_installers.sh | 4 ++++ 6 files changed, 24 insertions(+) diff --git a/create_linux_gnome_installers.sh b/create_linux_gnome_installers.sh index 05489e8..a4423ab 100755 --- a/create_linux_gnome_installers.sh +++ b/create_linux_gnome_installers.sh @@ -424,6 +424,10 @@ create_pac_tar() { tar -I zstd -xf systray-x.tar.zst rm -f systray-x.tar.zst + rm -f .BUILDINFO + rm -f .INSTALL + rm -f .MTREE + rm -f .PKGINFO # # Get files diff --git a/create_linux_kde_installers.sh b/create_linux_kde_installers.sh index a3f455b..80b6014 100755 --- a/create_linux_kde_installers.sh +++ b/create_linux_kde_installers.sh @@ -318,6 +318,10 @@ create_pac_tar() { tar -I zstd -xf systray-x.tar.zst rm -f systray-x.tar.zst + rm -f .BUILDINFO + rm -f .INSTALL + rm -f .MTREE + rm -f .PKGINFO # # Get files diff --git a/create_linux_minimal_installers.sh b/create_linux_minimal_installers.sh index a2d33e1..6220a9d 100755 --- a/create_linux_minimal_installers.sh +++ b/create_linux_minimal_installers.sh @@ -318,6 +318,10 @@ create_pac_tar() { tar -I zstd -xf systray-x.tar.zst rm -f systray-x.tar.zst + rm -f .BUILDINFO + rm -f .INSTALL + rm -f .MTREE + rm -f .PKGINFO # # Get files diff --git a/create_linux_staging_gnome_installers.sh b/create_linux_staging_gnome_installers.sh index 607317a..a8d8989 100755 --- a/create_linux_staging_gnome_installers.sh +++ b/create_linux_staging_gnome_installers.sh @@ -424,6 +424,10 @@ create_pac_tar() { tar -I zstd -xf systray-x.tar.zst rm -f systray-x.tar.zst + rm -f .BUILDINFO + rm -f .INSTALL + rm -f .MTREE + rm -f .PKGINFO # # Get files diff --git a/create_linux_staging_kde_installers.sh b/create_linux_staging_kde_installers.sh index 535eec3..786ed05 100755 --- a/create_linux_staging_kde_installers.sh +++ b/create_linux_staging_kde_installers.sh @@ -318,6 +318,10 @@ create_pac_tar() { tar -I zstd -xf systray-x.tar.zst rm -f systray-x.tar.zst + rm -f .BUILDINFO + rm -f .INSTALL + rm -f .MTREE + rm -f .PKGINFO # # Get files diff --git a/create_linux_staging_minimal_installers.sh b/create_linux_staging_minimal_installers.sh index 5bc6670..74bf78e 100755 --- a/create_linux_staging_minimal_installers.sh +++ b/create_linux_staging_minimal_installers.sh @@ -318,6 +318,10 @@ create_pac_tar() { tar -I zstd -xf systray-x.tar.zst rm -f systray-x.tar.zst + rm -f .BUILDINFO + rm -f .INSTALL + rm -f .MTREE + rm -f .PKGINFO # # Get files