_changed() { echo 'Executing install.sh...' bash "$pkgdir/usr/lib/hl-ldap-env/install.sh" } post_install() { _changed systemctl preset sssd.service systemctl preset net-home.mount } post_upgrade() { _changed }