aboutsummaryrefslogtreecommitdiffstats
path: root/community/tcsh/tcsh.pre-deinstall
diff options
context:
space:
mode:
authorDan Theisen <djt@hxx.in>2018-06-06 02:38:22 -0700
committerNatanael Copa <ncopa@alpinelinux.org>2018-06-07 07:43:13 +0000
commit184585c046cdd56512f1a76e426dd799b368f8cf (patch)
tree1772dc71e3667f4fd4484d89f3ebb7fe60cc5a25 /community/tcsh/tcsh.pre-deinstall
parent938d6f0c37a674f9e60163bc4558ef9fbd7efb7d (diff)
downloadaports-184585c046cdd56512f1a76e426dd799b368f8cf.tar.bz2
aports-184585c046cdd56512f1a76e426dd799b368f8cf.tar.xz
community/tcsh: fix tests, promote to community
fixes #8660
Diffstat (limited to 'community/tcsh/tcsh.pre-deinstall')
-rw-r--r--community/tcsh/tcsh.pre-deinstall3
1 files changed, 3 insertions, 0 deletions
diff --git a/community/tcsh/tcsh.pre-deinstall b/community/tcsh/tcsh.pre-deinstall
new file mode 100644
index 0000000000..9e2e34c1c5
--- /dev/null
+++ b/community/tcsh/tcsh.pre-deinstall
@@ -0,0 +1,3 @@
+#!/bin/sh
+remove-shell '/bin/tcsh'
+exit 0