summaryrefslogtreecommitdiffstats
path: root/admin/Sources/Clients/ogagent/linux/debian/ogagent.postrm
blob: a46fa48766c085e508cd3dd730908c9a4d8fe8a4 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh -e

. /usr/share/debconf/confmodule

set -e

if [ "$1" = "purge" ] ; then
    rm -rf /usr/share/OGAgent || true > /dev/null 2>&1
fi