mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-14 08:41:28 +00:00
Find native libraries on the system
This commit is contained in:
1
dist/linux/debian/postinst
vendored
1
dist/linux/debian/postinst
vendored
@@ -24,6 +24,7 @@ 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
|
||||
;;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user