summarylogtreecommitdiffstats
path: root/nm-ent-client.install
diff options
context:
space:
mode:
Diffstat (limited to 'nm-ent-client.install')
-rw-r--r--nm-ent-client.install25
1 files changed, 0 insertions, 25 deletions
diff --git a/nm-ent-client.install b/nm-ent-client.install
deleted file mode 100644
index 602e8d01ac6b..000000000000
--- a/nm-ent-client.install
+++ /dev/null
@@ -1,25 +0,0 @@
-_check_remove_old_prefix()
-{
- if [ -d /usr/NX ]; then
- echo "Old installation (/usr) found, removing"
-
- if [ -x /usr/NX/scripts/setup/nxclient ]; then
- NX_INSTALL_PREFIX=/usr /usr/NX/scripts/setup/nxclient --uninstall fedora
- fi
-
- rm -rf /usr/NX
- fi
-}
-
-pre_remove()
-{
- echo "Running NX pre_remove script..."
- NX_INSTALL_PREFIX=/opt /opt/NX/scripts/setup/nxclient --uninstall arch
- rm -rf /opt/NX
-}
-
-
-pre_upgrade()
-{
- _check_remove_old_prefix
-}