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 19:00:38 +0300
committerJanek Bevendorff <janek@jbev.net>2017-10-24 19:00:38 +0300
commitbe88e93820133a3f910ab9e4bbc498dbfd024501 (patch)
treec3e47bbebaed777072c9ae41d27316967590b8ac /AppImage-Recipe.sh
parente95f36c7250f4882ab83c2690beb576361a62330 (diff)
parent83fd387f2f187c4a11be0bff6535d3e2b49e136d (diff)
Merge branch 'release/2.2.3' into develop
Diffstat (limited to 'AppImage-Recipe.sh')
-rwxr-xr-xAppImage-Recipe.sh8
1 files changed, 2 insertions, 6 deletions
diff --git a/AppImage-Recipe.sh b/AppImage-Recipe.sh
index cdf66470f..4cb5ceda1 100755
--- a/AppImage-Recipe.sh
+++ b/AppImage-Recipe.sh
@@ -68,10 +68,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
@@ -91,8 +87,8 @@ else
fi
EOF
chmod +x ./usr/bin/keepassxc_env
-sed -i 's/Exec=keepassxc/Exec=keepassxc_env/' org.keepassxc.desktop
-get_desktopintegration $LOWERAPP
+sed -i 's/Exec=keepassxc/Exec=keepassxc_env/' org.${LOWERAPP}.desktop
+get_desktopintegration "org.${LOWERAPP}"
GLIBC_NEEDED=$(glibc_needed)