Remove libdbus and libsystemd blacklisting

This commit is contained in:
Janek Bevendorff 2017-10-24 15:37:03 +02:00
parent 05d02b702a
commit cd6aac9acf

View File

@ -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