summaryrefslogtreecommitdiff
path: root/examples/startup-files/apple/logout
diff options
context:
space:
mode:
Diffstat (limited to 'examples/startup-files/apple/logout')
-rw-r--r--examples/startup-files/apple/logout10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/startup-files/apple/logout b/examples/startup-files/apple/logout
deleted file mode 100644
index 812731c6..00000000
--- a/examples/startup-files/apple/logout
+++ /dev/null
@@ -1,10 +0,0 @@
-##
-# Destroy credentials
-##
-
-if [ -z "${TERM_PROGRAM}" ]; then
- # Don't run these commands if the shell is launched by Terminal,
- # even if it's a login shell.
-
- if klist -s; then kdestroy; fi
-fi