summaryrefslogtreecommitdiffstats
path: root/extra/lighttpd/lighttpd.install
diff options
context:
space:
mode:
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 63235f3c..00000000
--- 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