diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-11-30 15:45:47 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-11-30 15:45:47 +0100 |
commit | bf57e9098049a430cb2fb630eced9701f13e1b98 (patch) | |
tree | 33280735468c9e23c55620ed146f580c9c390622 /community/rssh/rssh.post-deinstall | |
parent | e01ae805e5b356a814c3e24e6ef2c1983422754e (diff) | |
download | aports-bf57e9098049a430cb2fb630eced9701f13e1b98.tar.bz2 aports-bf57e9098049a430cb2fb630eced9701f13e1b98.tar.xz |
community/rssh: move from testing
Diffstat (limited to 'community/rssh/rssh.post-deinstall')
-rw-r--r-- | community/rssh/rssh.post-deinstall | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/community/rssh/rssh.post-deinstall b/community/rssh/rssh.post-deinstall new file mode 100644 index 0000000000..5cf5331a11 --- /dev/null +++ b/community/rssh/rssh.post-deinstall @@ -0,0 +1,4 @@ +#!/bin/sh + +remove-shell /usr/bin/rssh +exit 0 |