VHSgunzo commited on
Commit
a250380
·
1 Parent(s): 0cf7b2c
Files changed (2) hide show
  1. lwrap/PKGBUILD +1 -1
  2. lwrap/lwrap.install +1 -1
lwrap/PKGBUILD CHANGED
@@ -2,7 +2,7 @@
2
 
3
  pkgname='lwrap'
4
  pkgver='0.80.7'
5
- pkgrel='2'
6
  pkgdesc='Lux Wine wrapper for RunImage container'
7
  arch=('x86_64')
8
  url='https://github.com/VHSgunzo/lux-wine'
 
2
 
3
  pkgname='lwrap'
4
  pkgver='0.80.7'
5
+ pkgrel='3'
6
  pkgdesc='Lux Wine wrapper for RunImage container'
7
  arch=('x86_64')
8
  url='https://github.com/VHSgunzo/lux-wine'
lwrap/lwrap.install CHANGED
@@ -56,6 +56,7 @@ post_upgrade() {
56
  local LWRUN="$HOME/.local/share/LuxWine/bin/lwrun"
57
  if [ -f "$LWRUN" ]
58
  then
 
59
  for link in lwrap xterm
60
  do
61
  local link_path="$HOME/.local/share/LuxWine/bin/$link"
@@ -63,7 +64,6 @@ post_upgrade() {
63
  then ln -sfr "$LWRUN" "$link_path"
64
  fi
65
  done
66
- env -u LD_PRELOAD lwrap --install
67
  fi
68
 
69
  if grep -q nocap /usr/lib/steam/steam 2>/dev/null
 
56
  local LWRUN="$HOME/.local/share/LuxWine/bin/lwrun"
57
  if [ -f "$LWRUN" ]
58
  then
59
+ env -u LD_PRELOAD lwrap --install
60
  for link in lwrap xterm
61
  do
62
  local link_path="$HOME/.local/share/LuxWine/bin/$link"
 
64
  then ln -sfr "$LWRUN" "$link_path"
65
  fi
66
  done
 
67
  fi
68
 
69
  if grep -q nocap /usr/lib/steam/steam 2>/dev/null