diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-11-27 16:00:44 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-11-27 16:00:44 +0100 |
commit | 80850b5aa47aef84c29e8bce9bb033811884f282 (patch) | |
tree | 9ce22510c73525d4fb1ed166c116f537a99dbe55 /community/mysecureshell/mysecureshell.post-install | |
parent | c04a29686c802893e354090905ed880b821954a1 (diff) | |
download | aports-80850b5aa47aef84c29e8bce9bb033811884f282.tar.bz2 aports-80850b5aa47aef84c29e8bce9bb033811884f282.tar.xz |
community/mysecureshell: move from testing
Diffstat (limited to 'community/mysecureshell/mysecureshell.post-install')
-rw-r--r-- | community/mysecureshell/mysecureshell.post-install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/community/mysecureshell/mysecureshell.post-install b/community/mysecureshell/mysecureshell.post-install new file mode 100644 index 0000000000..57ede0fa63 --- /dev/null +++ b/community/mysecureshell/mysecureshell.post-install @@ -0,0 +1,3 @@ +#!/bin/sh +add-shell '/usr/bin/mysecureshell' +exit 0 |