summaryrefslogtreecommitdiffstats
path: root/admin/Sources/Clients/ogagent/linux/debian/ogagent.postinst.debhelper
blob: e75924dc7b88cac3a7689bc8cc843c8cc8a6bc9d (plain)
1
2
3
4
5
# 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