makedeb
This package provides video & pgraph firmwares for all NVIDIA chipsets that need them
Click here to go back to the commit logs for firmware-nouveau.
Hash: 50f284d6c253e49e855916c46fcf606193ebf492
Message: Fixed build
diff --git a/.INSTALL b/.INSTALL
new file mode 100644
index 0000000..407506b
--- /dev/null
+++ b/.INSTALL
@@ -0,0 +1,6 @@
+post_install() {
+ update-initramfs -u
+}
+post_remove() {
+ update-initramfs -u
+}
diff --git a/PKGBUILD b/PKGBUILD
index b249900..f29f5df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ pkgver=325.15
pkgrel=1
pkgdesc="This package provides video & pgraph firmwares for all NVIDIA chipsets that need them"
url='http://nouveau.freedesktop.org/wiki/'
+install=.INSTALL
arch=('any')
license=('custom')
depends=('initramfs-tools')
diff --git a/post_install b/post_install
deleted file mode 100644
index 8b5f895..0000000
--- a/post_install
+++ /dev/null
@@ -1 +0,0 @@
-update-initramfs -u
diff --git a/post_remove b/post_remove
deleted file mode 100644
index 8b5f895..0000000
--- a/post_remove
+++ /dev/null
@@ -1 +0,0 @@
-update-initramfs -u