summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoonas Henriksson2022-07-31 01:37:28 +0300
committerJoonas Henriksson2022-07-31 01:37:32 +0300
commitb18ae0941f83c1501097ef6e4817253a97840b36 (patch)
tree1c55411f5c08f21d4d1bc8cb1feaf4649e67c962
parent813ee1afc704339f9cadc1a67175f8b7b883a2b3 (diff)
downloadaur-b18ae0941f83c1501097ef6e4817253a97840b36.tar.gz
Drop obsolete Config.ini hack
This does not seem necessary with the current version.
-rw-r--r--PKGBUILD8
1 files changed, 0 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c6b15475427f..460330c014a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -57,13 +57,5 @@ package() {
install -D -m 644 -T \
"${srcdir}/${pkgname}.desktop" \
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-
- # If you can't access Config.ini, the game will not start... This is a bit
- # of a hack, so if anyone has a better workaround I'm all ears (eyes?)!
- # This workaround requires the user running the game to be a member of the
- # group 'games':
- install -g games -m 664 \
- /dev/null \
- "${pkgdir}/opt/${pkgname}/game/Hollow Knight_Data/Config.ini"
}