source: admin/Sources/Clients/ogagent/linux/debian/ogagent.postrm @ 062ea34

918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacion
Last change on this file since 062ea34 was c3e7c06, 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: 143 bytes
Line 
1#!/bin/sh -e
2
3. /usr/share/debconf/confmodule
4
5set -e
6
7if [ "$1" = "purge" ] ; then
8    rm -rf /usr/share/OGAgent || true > /dev/null 2>&1
9fi
10
Note: See TracBrowser for help on using the repository browser.