ogagent/oglive/debian/ogagent-oglive.postinst.deb...

6 lines
167 B
Plaintext

# Automatically added by dh_installinit
if [ -x "/etc/init.d/ogagent" ]; then
update-rc.d ogagent defaults >/dev/null || exit $?
fi
# End automatically added section