summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsource/compat32-tools/convertpkg-compat326
1 files changed, 5 insertions, 1 deletions
diff --git a/source/compat32-tools/convertpkg-compat32 b/source/compat32-tools/convertpkg-compat32
index 40a5620..3c74ac2 100755
--- a/source/compat32-tools/convertpkg-compat32
+++ b/source/compat32-tools/convertpkg-compat32
@@ -181,7 +181,9 @@ fi
#
# Take special care of the following packages when stripping things:
-# gdk-pixbuf2, gtk+2, gtk+3, mesa, pango, polkit, samba, udev
+# elogind, eudev, gdk-pixbuf2, gtk+2, gtk+3, mesa, pango, polkit, samba, udev
+# and:
+# e2fsprogs, libgphoto2, libinput, libwacom, pipewire, pulseaudi,o sane, utils
#
# Stuff we need to keep, we move into KDEP/ and move it back later:
@@ -226,6 +228,8 @@ if [ "$PKGNAM" = "udev" -o "$PKGNAM" = "eudev" -o "$PKGNAM" = "elogind" ]; then
rm -rf usr/lib/ConsoleKit
elif [ "$PKGNAM" = "polkit" ]; then
rm -rf usr/lib/polkit-1
+elif [ "$PKGNAM" = "e2fsprogs" -o "$PKGNAM" = "libgphoto2" -o "$PKGNAM" = "libinput" -o "$PKGNAM" = "libwacom" -o "$PKGNAM" = "pipewire" -o "$PKGNAM" = "pulseaudio" -o "$PKGNAM" = "sane" -o "$PKGNAM" = "v4l-utils" ]; then
+ rm -rf lib/udev
fi
# Strip doinst.sh from everything we can't use: