Feat: add systemd preset
All checks were successful
Build package / build-package (push) Successful in 10s
All checks were successful
Build package / build-package (push) Successful in 10s
This commit is contained in:
@@ -1,9 +1,15 @@
|
||||
post_install() {
|
||||
_changed() {
|
||||
echo 'Executing install.sh...'
|
||||
bash "$pkgdir/usr/lib/hl-ldap-env/install.sh"
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
echo 'Executing install.sh...'
|
||||
bash "$pkgdir/usr/lib/hl-ldap-env/install.sh"
|
||||
post_install() {
|
||||
_changed
|
||||
|
||||
systemctl preset sssd.service
|
||||
systemctl preset net-mount.service
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
_changed
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user