# Maintainer: Fazzi pkgname=nvidia-modprobe-service pkgver=1 pkgrel=10 pkgdesc="Fixes /oldroot unmount issues by unloading nvidia modules before shutdown / reboot." arch=('any') license=('GPL') depends=('systemd') install="notes.install" url="https://github.com/Fxzzi/nvidia-modprobe-service" source=('nvidia-modprobe.service' 'notes.install') sha256sums=('1895e120c20c841187a743916a71f9957e5da519e45f12565266fa5370b71beb' 'c105f4a328491f31984d767bc15042122d4de59cca4c3d46fbd7712004053982') package() { install -Dm 644 nvidia-modprobe.service -t "$pkgdir"/usr/lib/systemd/system/ }