11 lines
271 B
Text
11 lines
271 B
Text
|
#!/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
|