summaryrefslogtreecommitdiff
path: root/package/dbus/ipkg
diff options
context:
space:
mode:
Diffstat (limited to 'package/dbus/ipkg')
-rw-r--r--package/dbus/ipkg/dbus.control5
-rw-r--r--package/dbus/ipkg/dbus.postinst6
2 files changed, 0 insertions, 11 deletions
diff --git a/package/dbus/ipkg/dbus.control b/package/dbus/ipkg/dbus.control
deleted file mode 100644
index d1cecbd8a..000000000
--- a/package/dbus/ipkg/dbus.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: dbus
-Priority: optional
-Section: net
-Description: DBUS library
-Depends: libexpat
diff --git a/package/dbus/ipkg/dbus.postinst b/package/dbus/ipkg/dbus.postinst
deleted file mode 100644
index 8dd0a50c8..000000000
--- a/package/dbus/ipkg/dbus.postinst
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-. $IPKG_INSTROOT/etc/functions.sh
-gid=$(get_next_gid)
-add_group messagebus $gid
-add_user messagebus $(get_next_uid) $gid /var/run/dbus
-add_rcconf dbus dbus NO