Fix: remove unused files
All checks were successful
Build package / build-package (push) Successful in 7s

This commit is contained in:
2025-07-28 10:22:13 +08:00
parent 61774edc02
commit cebde7d2fa
2 changed files with 2 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
# Maintainer: Yi-Ting Shih <ytshih@konchin.com> # Maintainer: Yi-Ting Shih <ytshih@konchin.com>
pkgname=hl-ldap-env pkgname=hl-ldap-env
pkgver=0.0.1 pkgver=0.0.3
pkgrel=2 pkgrel=1
pkgdesc="LDAP and NFS environment for konchin.com homelab" pkgdesc="LDAP and NFS environment for konchin.com homelab"
arch=(any) arch=(any)
url="https://gitea.konchin.com/package/hl-ldap-env" url="https://gitea.konchin.com/package/hl-ldap-env"
@@ -13,7 +13,6 @@ depends=(
'sudo' 'sudo'
'pam' 'pam'
) )
install="$pkgname.install"
source=( source=(
'install.sh' 'install.sh'
'ldap.conf' 'ldap.conf'

View File

@@ -1,3 +0,0 @@
pre_install() {
}