1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

Don't try to remove /var/cache it is part of /var mtree

Submitted by:	poudriere -t
This commit is contained in:
Koop Mast 2013-05-14 08:42:19 +00:00
parent 8110e22359
commit c8d5dd0cf9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318144

View File

@ -126,6 +126,5 @@ share/PolicyKit/policy/org.freedesktop.hal.wol.policy
@unexec rm -rf /var/run/hald/hald-runner 2>/dev/null || true
@unexec rmdir /var/run/hald 2>/dev/null || true
@unexec rmdir /var/cache/hald 2>/dev/null || true
@unexec rmdir /var/cache 2>/dev/null || true
@unexec rmdir /var/lib/hal 2>/dev/null || true
@unexec rmdir /var/lib 2>/dev/null || true