-Enlevé libsoup
[hvlinux.git] / stage4 / pkg / polkit
diff --git a/stage4/pkg/polkit b/stage4/pkg/polkit
deleted file mode 100644 (file)
index 24b1776..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/bash
-
-hvconfig_pre()
-{
-    # It is a requirement to have a dedicated user and group for polkit to
-    # function correctly:
-    hv_groupadd -fg 27 polkituser
-    hv_useradd -c Policy-Kit-Daemon-User -d /dev/null -u 27 \
-        -g polkituser -s /bin/false polkituser
-
-    CONFIGURE_OPTS="\
-        ${CONFIGURE_OPTS} \
-        --libexecdir=/usr/lib/polkit-1 \
-        --localstatedir=/var"
-}