aboutsummaryrefslogtreecommitdiff
path: root/audio/daapd/pkg-install
diff options
context:
space:
mode:
Diffstat (limited to 'audio/daapd/pkg-install')
-rw-r--r--audio/daapd/pkg-install11
1 files changed, 1 insertions, 10 deletions
diff --git a/audio/daapd/pkg-install b/audio/daapd/pkg-install
index b539b4621aac..dc09fedcd663 100644
--- a/audio/daapd/pkg-install
+++ b/audio/daapd/pkg-install
@@ -23,18 +23,9 @@ PRE-INSTALL)
else
echo "---> Adding user \"%%USER%%\""
pw adduser %%USER%% -g %%GROUP%% -h - \
- -d "%%LOGDIR%%" -s "/sbin/nologin" -c "daapd User" || exit 1
+ -d "/nonexistent" -s "/sbin/nologin" -c "daapd User" || exit 1
fi
;;
-POST-INSTALL)
- echo "---> Starting post-install script:"
-
- echo "---> Creating directory \"%%LOGDIR%%\""
- mkdir %%LOGDIR%%
- chown %%USER%% %%LOGDIR%%
-
- ;;
-
esac