aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/zenpack-graphportlet/files/pkg-deinstall.in
blob: a1f84ae8e2cf98505080c314678ffe2dc66b3977 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

if [ "$2" = "DEINSTALL" ]; then
   echo "To de-activate this Zenpack, run the following command as the zenoss user:

%%ZENHOME%%/bin/zenpack --remove %%ZPACKPREFIX%%%%PORTNAME%%

IMPORTANT: De-activating a Zenpack will also remove all its associated data"

fi