This commit is contained in:
+9
-3
@@ -1,9 +1,15 @@
|
||||
post_install() {
|
||||
_changed() {
|
||||
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() {
|
||||
echo 'Executing install.sh...'
|
||||
bash "$pkgdir/usr/lib/hl-ldap-env/install.sh"
|
||||
_changed
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user