diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-04-19 06:52:09 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-04-19 09:18:46 +0000 |
commit | c99eef8cb1fde2cba4768857bb894610b30fd746 (patch) | |
tree | 7a1036476b533638cfc260f2b9b96fcc991fc61f /main/sems/sems.pre-install | |
parent | d74a067929c230b551de365a59a3293d94648d62 (diff) | |
download | aports-c99eef8cb1fde2cba4768857bb894610b30fd746.tar.bz2 aports-c99eef8cb1fde2cba4768857bb894610b30fd746.tar.xz |
main/sems: moved from testing
on request.
I think this still needs some work...
Diffstat (limited to 'main/sems/sems.pre-install')
-rw-r--r-- | main/sems/sems.pre-install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/sems/sems.pre-install b/main/sems/sems.pre-install new file mode 100644 index 0000000000..3e82578a3e --- /dev/null +++ b/main/sems/sems.pre-install @@ -0,0 +1,5 @@ +#!/bin/sh + +adduser -H -h /var/empty -s /bin/false -D sems 2>/dev/null + +exit 0 |