Package freeipa-server-trust-ad: Scripts

Post install

1
2
3
/bin/systemctl try-reload-or-restart \
    dbus \
    oddjobd ||:
Pre uninstall

1
2
3
4
5
if [ $1 -eq 0 ]; then
    /bin/systemctl try-reload-or-restart \
        dbus \
        oddjobd ||:
fi