summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0b09324c3d3b9d74272c862603415edc1450c10c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Fazzi <faarisansari@googlemail.com>

pkgname=nvidia-modprobe-service
pkgver=2
pkgrel=2
pkgdesc="Fixes /oldroot unmount issues by unloading nvidia modules before shutdown / reboot."
arch=('any')
license=('GPL')
depends=('systemd')
url="https://github.com/Fxzzi/nvidia-modprobe-service"

source=('nvidia.shutdown')

sha256sums=('53ffa6ac9098be4ac212ec6d91289bc44367f311046542528f49ff6895784473')

package() {
	install -Dm 644 nvidia.shutdown -t "$pkgdir"/usr/lib/systemd/system-shutdown/
}