Skip to content

Commit

Permalink
Update PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
VHSgunzo committed Jan 19, 2025
1 parent 7caa54d commit 3951ff1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lwrap/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Maintainer: VHSgunzo <vhsgunzo.github.io>

pkgname='lwrap'
pkgver='0.80'
pkgrel='3'
pkgver='0.80.3'
pkgrel='2'
pkgdesc='Lux Wine wrapper for RunImage container'
arch=('x86_64')
url='https://github.com/VHSgunzo/lux-wine'
Expand Down
4 changes: 4 additions & 0 deletions lwrap/lwrap.install
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ post_upgrade() {
pkg_tool 'yes|pac -Sy glibc-eac lib32-glibc-eac'
fi

if [ ! -L "$HOME/.local/share/LuxWine/bin/lwrap" ]
then ln -sfr "$HOME/.local/share/LuxWine/bin/lwrun" "$HOME/.local/share/LuxWine/bin/lwrap"
fi

return 0
}

Expand Down

0 comments on commit 3951ff1

Please sign in to comment.