summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-04-29 19:59:10 +0000
committer Eric Hameleers <alien@slackware.com>2020-04-29 19:59:10 +0000
commitcac91601e3afa88730aa770f5bc7c7b63ea8b1c4 (patch)
tree3e894259a8c778287dba34121343a1fd6cb5f561
parentbe1d9414c312f880f2628aef3171c3ce4b8ca17f (diff)
downloadmultilib-cac91601e3afa88730aa770f5bc7c7b63ea8b1c4.tar.gz
multilib-cac91601e3afa88730aa770f5bc7c7b63ea8b1c4.tar.xz
compat32-tools: in convertpkg-compat32, handle polkit better
-rwxr-xr-xsource/compat32-tools/convertpkg-compat323
1 files changed, 3 insertions, 0 deletions
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