Files
main/game/misc/gamemode/comar/postInstall.py
T
Bahar Kurt cc68cc430f Initial package release for gamemode
This is a must for gaming with Proton or anything that includes a
compatibility layer for that matter.
2024-10-21 17:24:51 +03:00

5 lines
114 B
Python

import os
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
os.system("groupadd -f gamemode")