Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanek Bevendorff <janek@jbev.net>2017-10-24 16:37:03 +0300
committerJanek Bevendorff <janek@jbev.net>2017-10-24 18:58:27 +0300
commitcd6aac9acf0282594c90b77353c97d9a905e3d69 (patch)
tree2cfb84f0c7dc729b8100ee85633cd6a6b7ca1274 /AppImage-Recipe.sh
parent05d02b702ad232f673860457dfe9ee258a1e937d (diff)
Remove libdbus and libsystemd blacklisting
Diffstat (limited to 'AppImage-Recipe.sh')
-rwxr-xr-xAppImage-Recipe.sh4
1 files changed, 0 insertions, 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