From a93c02d3cc76b391db98c677b3ec33912ea17898 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 21 Oct 2019 00:16:31 +0200 Subject: [PATCH] hooks/post-install: do remove lib32 symlink before checking for empty dirs this resulted in empty i686 packages never getting flagged as empty since the /usr/lib32 -> lib symlink was only removed after the check --- common/hooks/post-install/{98-lib32.sh => 00-lib32.sh} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename common/hooks/post-install/{98-lib32.sh => 00-lib32.sh} (100%) diff --git a/common/hooks/post-install/98-lib32.sh b/common/hooks/post-install/00-lib32.sh similarity index 100% rename from common/hooks/post-install/98-lib32.sh rename to common/hooks/post-install/00-lib32.sh