-Enlevé libsoup
[hvlinux.git] / stage4 / pkg / PolicyKit
diff --git a/stage4/pkg/PolicyKit b/stage4/pkg/PolicyKit
deleted file mode 100644 (file)
index c474b00..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-
-hvconfig_pre()
-{
-    hv_groupadd -g 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/PolicyKit \
-        --localstatedir=/var"
-}