diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-09-05 20:01:10 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-09-05 20:03:15 +0200 |
commit | 5dc93825c3d59a2269371c108b869afc10116484 (patch) | |
tree | f799b3fab1e62617f9efa5dfca36711762621221 /community/loksh/loksh.pre-deinstall | |
parent | aa080bf0e54b0974069abe9b8acb4151a3c72a80 (diff) | |
download | aports-5dc93825c3d59a2269371c108b869afc10116484.tar.bz2 aports-5dc93825c3d59a2269371c108b869afc10116484.tar.xz |
community/loksh: move from testing
Diffstat (limited to 'community/loksh/loksh.pre-deinstall')
-rw-r--r-- | community/loksh/loksh.pre-deinstall | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/community/loksh/loksh.pre-deinstall b/community/loksh/loksh.pre-deinstall new file mode 100644 index 0000000000..2a4b7d83cd --- /dev/null +++ b/community/loksh/loksh.pre-deinstall @@ -0,0 +1,3 @@ +#!/bin/sh +remove-shell '/bin/ksh' +exit 0 |