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