Fix: wrong name when applying preset
All checks were successful
Build package / build-package (push) Successful in 8s

This commit is contained in:
2025-07-29 03:27:21 +08:00
parent 7e44a62a5e
commit 495d58c0d6
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# Maintainer: Yi-Ting Shih <ytshih@konchin.com>
pkgname=hl-ldap-env
pkgver=1.0.3
pkgver=1.0.4
pkgrel=1
pkgdesc="LDAP and NFS environment for konchin.com homelab"
arch=(any)

View File

@@ -7,7 +7,7 @@ post_install() {
_changed
systemctl preset sssd.service
systemctl preset net-mount.service
systemctl preset net-home.mount
}
post_upgrade() {