Files
main/kernel/tools/nvidia-prime/actions.py
T
Bahar Kurt 8653659d96 Initial package release for nvidia-prime
nvidia-prime is a package originating from Arch Linux, containing
the prime-run script, meant to allow DEs, and users in some cases,
to run apps on the NVIDIA GPU exclusively.
2024-10-20 11:33:59 +03:00

11 lines
239 B
Python

#!/usr/bin/python
# -*- coding: utf-8 -*-
# Licensed under GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pisitools
def install():
pisitools.dobin("prime-run")