Initial package release for gamemode

This is a must for gaming with Proton or anything that includes a
compatibility layer for that matter.
This commit is contained in:
Bahar Kurt
2024-10-21 16:56:29 +03:00
parent 4ebbaa16ea
commit cc68cc430f
4 changed files with 86 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
import os
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
os.system("groupadd -f gamemode")