瀏覽代碼

remove LD_PRELOAD workaround, which should no longer be required with jfuse

Sebastian Stenzel 2 年之前
父節點
當前提交
76689705f5
共有 3 個文件被更改,包括 1 次插入8 次删除
  1. 0 1
      dist/linux/debian/cryptomator.install
  2. 1 1
      dist/linux/debian/cryptomator.links
  3. 0 6
      dist/linux/debian/cryptomator.sh

+ 0 - 1
dist/linux/debian/cryptomator.install

@@ -1,5 +1,4 @@
 cryptomator usr/lib
-debian/cryptomator.sh usr/lib/cryptomator/bin
 common/org.cryptomator.Cryptomator.desktop usr/share/applications
 common/org.cryptomator.Cryptomator.svg usr/share/icons/hicolor/scalable/apps
 common/org.cryptomator.Cryptomator256.png usr/share/icons/hicolor/256x256/apps

+ 1 - 1
dist/linux/debian/cryptomator.links

@@ -1 +1 @@
-usr/lib/cryptomator/bin/cryptomator.sh usr/bin/cryptomator
+usr/lib/cryptomator/bin/cryptomator usr/bin/cryptomator

+ 0 - 6
dist/linux/debian/cryptomator.sh

@@ -1,6 +0,0 @@
-#!/bin/sh
-
-# fix for https://github.com/cryptomator/cryptomator/issues/1370
-export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/jni/libjffi-1.2.so
-
-/usr/lib/cryptomator/bin/cryptomator $@