diff options
author | Francesco Colista <francesco.colista@gmail.com> | 2011-02-24 16:48:39 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@gmail.com> | 2011-02-25 09:50:42 +0000 |
commit | fc9682d362eef443a47c9bdd5ef486379f4bac96 (patch) | |
tree | 93bb2169fc8e69830454896493f28ed4274079e2 /testing/qpage/qpage.pre-install | |
parent | a0164a736263fbbf82ba772dc55dbc5a3964ccb9 (diff) | |
download | aports-fc9682d362eef443a47c9bdd5ef486379f4bac96.tar.bz2 aports-fc9682d362eef443a47c9bdd5ef486379f4bac96.tar.xz |
testing/qpage: new aport - Simple SNPP Client/Server
Diffstat (limited to 'testing/qpage/qpage.pre-install')
-rw-r--r-- | testing/qpage/qpage.pre-install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/qpage/qpage.pre-install b/testing/qpage/qpage.pre-install new file mode 100644 index 0000000000..c463899a16 --- /dev/null +++ b/testing/qpage/qpage.pre-install @@ -0,0 +1,3 @@ +#!/bin/sh + +adduser -h /var/lib/qpage -s /bin/false -G qpage -D qpage 2>/dev/null || true |