Fix: wrong name when applying preset
All checks were successful
Build package / build-package (push) Successful in 8s
All checks were successful
Build package / build-package (push) Successful in 8s
This commit is contained in:
2
PKGBUILD
2
PKGBUILD
@@ -1,6 +1,6 @@
|
|||||||
# Maintainer: Yi-Ting Shih <ytshih@konchin.com>
|
# Maintainer: Yi-Ting Shih <ytshih@konchin.com>
|
||||||
pkgname=hl-ldap-env
|
pkgname=hl-ldap-env
|
||||||
pkgver=1.0.3
|
pkgver=1.0.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="LDAP and NFS environment for konchin.com homelab"
|
pkgdesc="LDAP and NFS environment for konchin.com homelab"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ post_install() {
|
|||||||
_changed
|
_changed
|
||||||
|
|
||||||
systemctl preset sssd.service
|
systemctl preset sssd.service
|
||||||
systemctl preset net-mount.service
|
systemctl preset net-home.mount
|
||||||
}
|
}
|
||||||
|
|
||||||
post_upgrade() {
|
post_upgrade() {
|
||||||
|
|||||||
Reference in New Issue
Block a user