summaryrefslogtreecommitdiffstats
path: root/devel/dbus/pkg-install
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-10-23 06:35:01 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-10-23 06:35:01 +0800
commit018e57d3ca559349302f8c900caf60c7fe7d3861 (patch)
treeaaf076302b8551b4e1d0746c6f88d59ebee4a80c /devel/dbus/pkg-install
parent296c17bced36f00765c705a70bf6e142cb767118 (diff)
downloadmarcuscom-ports-018e57d3ca559349302f8c900caf60c7fe7d3861.tar
marcuscom-ports-018e57d3ca559349302f8c900caf60c7fe7d3861.tar.gz
marcuscom-ports-018e57d3ca559349302f8c900caf60c7fe7d3861.tar.bz2
marcuscom-ports-018e57d3ca559349302f8c900caf60c7fe7d3861.tar.lz
marcuscom-ports-018e57d3ca559349302f8c900caf60c7fe7d3861.tar.xz
marcuscom-ports-018e57d3ca559349302f8c900caf60c7fe7d3861.tar.zst
marcuscom-ports-018e57d3ca559349302f8c900caf60c7fe7d3861.zip
Dbus has been committed to the FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14824 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/dbus/pkg-install')
-rw-r--r--devel/dbus/pkg-install14
1 files changed, 0 insertions, 14 deletions
diff --git a/devel/dbus/pkg-install b/devel/dbus/pkg-install
deleted file mode 100644
index 5ad0a1f84..000000000
--- a/devel/dbus/pkg-install
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-case $2 in
-POST-INSTALL)
- USER=messagebus
- GROUP=${USER}
-
- /usr/bin/install -d -o ${USER} -g ${GROUP} /var/run/dbus
- /usr/bin/install -d -o ${USER} -g ${GROUP} /var/db/dbus
- /usr/bin/chgrp ${GROUP} ${PKG_PREFIX}/libexec/dbus-daemon-launch-helper
- ${PKG_PREFIX}/bin/dbus-uuidgen --ensure
- exit 0
- ;;
-esac