summaryrefslogtreecommitdiffstats
path: root/unstable/prosody/prosody.pre-install
diff options
context:
space:
mode:
authorMichael Mason <ms13sp@gmail.com>2009-06-08 15:00:56 +0000
committerMichael Mason <ms13sp@gmail.com>2009-06-08 15:00:56 +0000
commitf9b478494e821804a3c5cee3912a1f970c2b7ca3 (patch)
tree0c7b35640c839161b32c82e34746f1ab14835e61 /unstable/prosody/prosody.pre-install
parentaf73d3395ad713e014efb49fc60b0c9d99a11e1f (diff)
downloadaports-f9b478494e821804a3c5cee3912a1f970c2b7ca3.tar.bz2
aports-f9b478494e821804a3c5cee3912a1f970c2b7ca3.tar.xz
unstable/prosody move to testing/prosody
Diffstat (limited to 'unstable/prosody/prosody.pre-install')
-rw-r--r--unstable/prosody/prosody.pre-install9
1 files changed, 0 insertions, 9 deletions
diff --git a/unstable/prosody/prosody.pre-install b/unstable/prosody/prosody.pre-install
deleted file mode 100644
index db63efa1..00000000
--- a/unstable/prosody/prosody.pre-install
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-user=prosody
-home=/var/lib/prosody
-adduser -h $home -s /bin/false -D $user 2>/dev/null
-mkdir -p $home
-chown $user:$user $home
-exit 0
-