Fix: remove unused install rule
Some checks failed
Build package / build-package (push) Failing after 4s

This commit is contained in:
2025-07-28 10:38:34 +08:00
parent 14fa225f4c
commit 48ba8493d7
2 changed files with 2 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# Maintainer: Yi-Ting Shih <ytshih@konchin.com>
pkgname=hl-ldap-env
pkgver=0.0.5
pkgver=0.0.6
pkgrel=1
pkgdesc="LDAP and NFS environment for konchin.com homelab"
arch=(any)
@@ -44,7 +44,7 @@ package() {
install -Dm644 60-sssd.conf "$pkgdir/etc/sssd/conf.d/60-sssd.conf"
install -Dm644 "61-$pkgname.hook" "$pkgdir/etc/pacman.d/hooks/61-$pkgname.hook"
}
sha256sums=('fc5b311c7440bfef9065c2325100b2e142777c5d92d9783aa30ff7da70a77ef6'
sha256sums=('14935c05b62680f9e3932df456b126404545d621e767cfea3a662755ba43c54b'
'62c71fb39d4163e813b1fbbb7594d388d8de20476e69d0822ffd7c3d537b22a5'
'c54ddb4dda93149811ccd8c29446ed9e3d75bb01a0e5ca3532b4b6bd1a6099fe'
'4dc73ef7fd1640345f0b84191c18bf161f2a79b11c7309ac2f73952b22ddf737'

View File

@@ -15,5 +15,4 @@ install_override() {
install_override "$pkglib/ldap.conf" '/etc/openldap/ldap.conf'
install_override "$pkglib/pam-su" '/etc/pam.d/su'
install_override "$pkglib/pam-su-l" '/etc/pam.d/su-l'
install_override "$pkglib/pam-sudo" '/etc/pam.d/sudo'
install_override "$pkglib/pam-system-auth" '/etc/pam.d/system-auth'