From cd6aac9acf0282594c90b77353c97d9a905e3d69 Mon Sep 17 00:00:00 2001 From: Janek Bevendorff Date: Tue, 24 Oct 2017 15:37:03 +0200 Subject: [PATCH] Remove libdbus and libsystemd blacklisting --- AppImage-Recipe.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/AppImage-Recipe.sh b/AppImage-Recipe.sh index c421aa79e..d8b715492 100755 --- a/AppImage-Recipe.sh +++ b/AppImage-Recipe.sh @@ -66,10 +66,6 @@ get_apprun copy_deps delete_blacklisted -# remove dbus and systemd libs as they are not blacklisted -find . -name libdbus-1.so.3 -exec rm {} \; -find . -name libsystemd.so.0 -exec rm {} \; - get_desktop get_icon cat << EOF > ./usr/bin/keepassxc_env