diff options
author | Tharre <tharre3@gmail.com> | 2021-12-07 07:26:28 +0100 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2021-12-18 21:37:05 +0100 |
commit | cb82f0af6781d71b6cbed5af55cef56555f837a2 (patch) | |
tree | 850b3e2eb3f7d91c7377a8e074774f49d0027d5a /albion-online-launcher-bin/Albion-Online | |
parent | 3c678e8595f167dd1ffcfeab4c4bfb82f07a3e5b (diff) | |
download | pkgbuilds-cb82f0af6781d71b6cbed5af55cef56555f837a2.tar.gz pkgbuilds-cb82f0af6781d71b6cbed5af55cef56555f837a2.tar.xz pkgbuilds-cb82f0af6781d71b6cbed5af55cef56555f837a2.zip |
Remove old packages
Diffstat (limited to 'albion-online-launcher-bin/Albion-Online')
-rwxr-xr-x | albion-online-launcher-bin/Albion-Online | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/albion-online-launcher-bin/Albion-Online b/albion-online-launcher-bin/Albion-Online deleted file mode 100755 index 73b4b11..0000000 --- a/albion-online-launcher-bin/Albion-Online +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh -XDG_DATA_HOME="${XDG_DATA_HOME-"$HOME/.local/share"}" -INSTALL_DIR="$XDG_DATA_HOME/albion-online" - -if ! cmp -s "$INSTALL_DIR/launcher/version.txt" /usr/share/albion-online/launcher/version.txt; then - mkdir -p "$INSTALL_DIR" - chmod 700 "$INSTALL_DIR" - rm -rf "$INSTALL_DIR/launcher" - cp -a /usr/share/albion-online/launcher "$INSTALL_DIR" -fi - -# FIXME: remove when qt scaling bug is fixed -export QT_AUTO_SCREEN_SCALE_FACTOR=0 - -export LD_PRELOAD="$INSTALL_DIR/game_x64/Albion-Online_Data/Plugins/x86_64/libSDL2-2.0.so.0" -"$INSTALL_DIR/launcher/Albion-Online" |