From b75459fbc675d72cfa0257e0b25a38bceb6bad68 Mon Sep 17 00:00:00 2001 From: Ralph Plawetzki Date: Sun, 9 Jul 2023 19:47:52 +0200 Subject: [PATCH] Revert "Find native libraries on the system" This reverts commit 58bb2660858d9cc14a63a282ec2b53260e353ea0. --- dist/linux/debian/postinst | 1 - 1 file changed, 1 deletion(-) diff --git a/dist/linux/debian/postinst b/dist/linux/debian/postinst index cfd113fb5..5668a5e29 100644 --- a/dist/linux/debian/postinst +++ b/dist/linux/debian/postinst @@ -24,7 +24,6 @@ case "$1" in mkdir -p /usr/share/desktop-directories fi xdg-desktop-menu install --novendor /usr/share/applications/org.cryptomator.Cryptomator.desktop - sed -i s/Exec=cryptomator\\s%F/Exec=LD_LIBRARY_PATH=\\/usr\\/lib\\/x86_64-linux-gnu\ cryptomator\ %F/ /usr/share/applications/org.cryptomator.Cryptomator.desktop xdg-mime install /usr/share/mime/packages/application-vnd.cryptomator.vault.xml ;;