cc68cc430f
This is a must for gaming with Proton or anything that includes a compatibility layer for that matter.
5 lines
114 B
Python
5 lines
114 B
Python
import os
|
|
|
|
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
|
|
os.system("groupadd -f gamemode")
|