source: ogAgent-Git/linux/debian/ogagent.postrm.debhelper @ 6c8f1c2

configure-ptt-chedecorare-oglive-methodsejecutarscript-b64fix-cfg2objfixes-winlgromero-filebeatmainmodulesnew-browserno-ptt-paramogadmcliogadmclient-statusogagent-jobsogagent-macosogcore1ogliveoglogoglog2override-moduleping1ping2ping3ping4py3-winpython3qndtestreport-progresstlsunification2unification3versionswindows-fixes
Last change on this file since 6c8f1c2 was 11f7a07, checked in by ramon <ramongomez@…>, 9 years ago

#718: Integrar código fuente de agente OGAgent en rama de desarrollo.

git-svn-id: https://opengnsys.es/svn/branches/version1.1@4865 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 342 bytes
Line 
1# Automatically added by dh_installinit
2if [ "$1" = "purge" ] ; then
3        update-rc.d ogagent remove >/dev/null
4fi
5
6
7# In case this system is running systemd, we make systemd reload the unit files
8# to pick up changes.
9if [ -d /run/systemd/system ] ; then
10        systemctl --system daemon-reload >/dev/null || true
11fi
12# End automatically added section
Note: See TracBrowser for help on using the repository browser.