From cac91601e3afa88730aa770f5bc7c7b63ea8b1c4 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 29 Apr 2020 19:59:10 +0000 Subject: compat32-tools: in convertpkg-compat32, handle polkit better --- source/compat32-tools/convertpkg-compat32 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/compat32-tools/convertpkg-compat32 b/source/compat32-tools/convertpkg-compat32 index 53e3c1e..2b2208a 100755 --- a/source/compat32-tools/convertpkg-compat32 +++ b/source/compat32-tools/convertpkg-compat32 @@ -251,6 +251,9 @@ elif [ "$PKGNAM" = "udev" -o "$PKGNAM" = "eudev" ]; then > install/doinst.sh.2 cat install/doinst.sh.2 > install/doinst.sh rm -f install/doinst.sh.2 +elif [ "$PKGNAM" = "polkit" ]; then + # Remove the doinst.sh completely: + rm -f install/doinst.sh elif [ -f install/doinst.sh ]; then # Check for a 'config()' section: if grep -q 'config()' install/doinst.sh ; then -- cgit v1.2.3