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

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/
}