diff options
author | Michael Lass | 2016-03-08 19:30:29 +0100 |
---|---|---|
committer | Michael Lass | 2016-03-08 19:30:29 +0100 |
commit | 734defdbdc7d48c14407e2f9c05a972eeb6a589d (patch) | |
tree | a83522ff1b8d4758c386405f7b99a774e951e9d9 /PKGBUILD | |
parent | 8a88343e705ad908893fcd88e904628019f242e1 (diff) | |
download | aur-734defdbdc7d48c14407e2f9c05a972eeb6a589d.tar.gz |
No need for install script
Pacman now has a hook to handle DKMS packages properly. Manual adding, building
and removing is not necessary anymore.
Don't bump pkgrel for now as this package is currently broken anyway.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -17,7 +17,6 @@ conflicts=('openafs-features-libafs' 'openafs-modules' 'openafs<1.6.6-2') options=(!emptydirs) source=(http://openafs.org/dl/${pkgver}/${_srcname}-${pkgver}-src.tar.bz2 dkms.conf) -install=openafs-modules-dkms.install sha256sums=('3431702bdcbd1b27833060c50869e618a192495877ebb0a66e4610de0b48eb81' 'ea7d1e6dfb5006016e25738be722c8793765f52ad55c0bbf588dd7fdf2bdd2bf') |