Package gpupdate: Scripts

Post install

1
2
3
4
5
6
7
/usr/sbin/post_service gpupdate
if [ -x "/bin/systemctl" ]; then
    gpupdate-setup update
fi

# Remove storage in case we've lost compatibility between versions.
# The storage will be regenerated on GPOA start.
Pre uninstall

/usr/sbin/preun_service gpupdate