diff options
author | Dan Theisen <djt@hxx.in> | 2018-09-27 22:42:20 -0700 |
---|---|---|
committer | Dan Theisen <djt@hxx.in> | 2018-09-27 22:42:20 -0700 |
commit | 1af97d0c4495ab4d323538fa3f86c26f3b063efb (patch) | |
tree | 330a2478caf47b93eb5a77d8c363e1092b11a7ea /user/tcsh/tcsh.pre-deinstall | |
parent | a9317a57f10e562a57e3a964868688aef8a70129 (diff) | |
download | packages-1af97d0c4495ab4d323538fa3f86c26f3b063efb.tar.gz packages-1af97d0c4495ab4d323538fa3f86c26f3b063efb.tar.bz2 packages-1af97d0c4495ab4d323538fa3f86c26f3b063efb.tar.xz packages-1af97d0c4495ab4d323538fa3f86c26f3b063efb.zip |
user/tcsh: new package
Diffstat (limited to 'user/tcsh/tcsh.pre-deinstall')
-rw-r--r-- | user/tcsh/tcsh.pre-deinstall | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/user/tcsh/tcsh.pre-deinstall b/user/tcsh/tcsh.pre-deinstall new file mode 100644 index 000000000..9e2e34c1c --- /dev/null +++ b/user/tcsh/tcsh.pre-deinstall @@ -0,0 +1,3 @@ +#!/bin/sh +remove-shell '/bin/tcsh' +exit 0 |