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