Create a directory during package installation required for proper

operation.
This commit is contained in:
Joe Marcus Clarke 2009-12-24 22:32:15 +00:00
parent 9a8ae4e0b5
commit c13c84cc53
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246564
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= consolekit
PORTVERSION= 0.4.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= sysutils gnome
MASTER_SITES= http://www.freedesktop.org/software/ConsoleKit/dist/
DISTFILES= ConsoleKit-${PORTVERSION}${EXTRACT_SUFX}

View File

@ -25,6 +25,7 @@ share/polkit-1/actions/org.freedesktop.consolekit.policy
@exec mkdir -p %D/etc/ConsoleKit/run-session.d
@exec mkdir -p %D/etc/ConsoleKit/run-seat.d
@exec mkdir -p %D/lib/ConsoleKit/run-session.d
@exec mkdir -p %D/lib/ConsoleKit/run-seat.d
@dirrm lib/ConsoleKit/scripts
@dirrmtry lib/ConsoleKit/run-session.d
@dirrmtry lib/ConsoleKit/run-seat.d