summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormain()2016-11-23 17:14:46 +0100
committermain()2016-11-23 17:14:46 +0100
commit887e54075f179611a4587cda9a1a69ace824a3e2 (patch)
tree57476486ec5b1be2ec7d5e0b70edbb7dd998296b /PKGBUILD
parentd5ea1e31e101ea7f1a9fe07fe9082df27ed8e380 (diff)
downloadaur-887e54075f179611a4587cda9a1a69ace824a3e2.tar.gz
Install systemd service
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 99b0225a5196..3fd0568bfb36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -82,4 +82,5 @@ package() {
cp ovmf-x64/OVMF_CODE-pure-efi.fd $pkgdir/usr/lib/windows-gaming/ovmf-code.fd
cp ovmf-x64/OVMF_VARS-pure-efi.fd $pkgdir/usr/lib/windows-gaming/ovmf-vars.fd
install -D -m644 config-sample.toml $pkgdir/etc/windows-gaming-driver.toml
+ install -D -m644 windows.service $pkgdir/usr/lib/systemd/system/windows.service
}