Revert icon patch, because upstream patched fast

See 69bf4718be
This commit is contained in:
Janek Bevendorff 2017-01-29 22:19:44 +01:00
parent 2b18089641
commit 9a92d20001
No known key found for this signature in database
GPG Key ID: CFEC2F6850BFFA53

View File

@ -72,10 +72,6 @@ chmod +x ./usr/bin/keepassxc_env
sed -i 's/Exec=keepassxc/Exec=keepassxc_env/' keepassxc.desktop
get_desktopintegration $LOWERAPP
# patch desktop integration script so it finds the keepassxc.png icons
# see https://github.com/probonopd/AppImageKit/issues/341
sed -i 's/-wholename "\*\/apps\/\${APP}.png"/-wholename "*\/apps\/keepassxc.png"/' ./usr/bin/keepassxc_env.wrapper
GLIBC_NEEDED=$(glibc_needed)
cd ..