aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/zenpack-apachemonitor/files/pkg-deinstall.in
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/zenpack-apachemonitor/files/pkg-deinstall.in')
-rw-r--r--net-mgmt/zenpack-apachemonitor/files/pkg-deinstall.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-mgmt/zenpack-apachemonitor/files/pkg-deinstall.in b/net-mgmt/zenpack-apachemonitor/files/pkg-deinstall.in
new file mode 100644
index 000000000000..a1f84ae8e2cf
--- /dev/null
+++ b/net-mgmt/zenpack-apachemonitor/files/pkg-deinstall.in
@@ -0,0 +1,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