Make sure the pacdiff hook is run as late as possible
This commit is contained in:
parent
8400a0c96e
commit
0a5a2fc316
4
PKGBUILD
4
PKGBUILD
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: David Thurstenson <thurstylark@gmail.com>
|
# Maintainer: David Thurstenson <thurstylark@gmail.com>
|
||||||
pkgname=pacdiff-hook
|
pkgname=pacdiff-hook
|
||||||
pkgver=0.2
|
pkgver=0.2
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="A hook to run pacdiff after any run of pacman"
|
pkgdesc="A hook to run pacdiff after any run of pacman"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://git.thurstylark.com/tl-pacdiff-hook.git/"
|
url="https://git.thurstylark.com/tl-pacdiff-hook.git/"
|
||||||
|
@ -12,5 +12,5 @@ source=("pacdiff.hook")
|
||||||
md5sums=('1593196d71a84ac8c5f9d58c96c00508')
|
md5sums=('1593196d71a84ac8c5f9d58c96c00508')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
install -Dm644 pacdiff.hook ${pkgdir}/usr/share/libalpm/hooks/pacdiff.hook
|
install -Dm644 pacdiff.hook ${pkgdir}/usr/share/libalpm/hooks/zz-pacdiff.hook
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue