summaryrefslogtreecommitdiffstats
path: root/extra/lighttpd/lighttpd.install
diff options
context:
space:
mode:
authorMichael Mason <ms13sp@gmail.com>2009-03-13 11:49:37 +0000
committerMichael Mason <ms13sp@gmail.com>2009-03-13 11:49:37 +0000
commit4e8bf9ccf5fe832f4dfc6d3b5dc0f4316971dd44 (patch)
tree2755d5509585b18b7cadb6f14e99db8bf0afd959 /extra/lighttpd/lighttpd.install
parent348e39b2fad5d54c78d9a773eb35a1c2550ecb8c (diff)
parent6f33cfc03eafcdc9ceb5884380c9670f7d5a8b1a (diff)
downloadaports-4e8bf9ccf5fe832f4dfc6d3b5dc0f4316971dd44.tar.bz2
aports-4e8bf9ccf5fe832f4dfc6d3b5dc0f4316971dd44.tar.xz
Merge branch 'master' of git://dev.alpinelinux.org/aports
Diffstat (limited to 'extra/lighttpd/lighttpd.install')
-rw-r--r--extra/lighttpd/lighttpd.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/extra/lighttpd/lighttpd.install b/extra/lighttpd/lighttpd.install
deleted file mode 100644
index 63235f3cc..000000000
--- a/extra/lighttpd/lighttpd.install
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-
-case $1 in
- pre_install)
- adduser -H -h /var/www/localhost/htdocs -s /bin/false -D \
- lighttpd 2>/dev/null
- ;;
- post_install)
- chown lighttpd:lighttpd /var/*/lighttpd
- ;;
-esac
-
-exit 0