Index: head/Keywords/fc.ucl =================================================================== --- head/Keywords/fc.ucl (revision 369818) +++ head/Keywords/fc.ucl (revision 369819) @@ -1,11 +1,11 @@ # $FreeBSD$ # # MAINTAINER: x11@FreeBSD.org -actions: [dirrmtry] +actions: [dir] post-install: </dev/null || true EOD post-deinstall: </dev/null || true EOD Index: head/Keywords/fcfontsdir.ucl =================================================================== --- head/Keywords/fcfontsdir.ucl (revision 369818) +++ head/Keywords/fcfontsdir.ucl (revision 369819) @@ -1,21 +1,21 @@ # $FreeBSD$ # # MAINTAINER: x11@FreeBSD.org -actions: [dirrmtry] +actions: [dir] post-install: </dev/null || true mkfontscale %D/%@ 2>/dev/null || true mkfontdir %D/%@ 2>/dev/null || true EOD post-deinstall: </dev/null || true mkfontscale %D/%@ 2>/dev/null || true if [ -e %D/%@/fonts.scale -a "`stat -f '%%z' %D/%@/fonts.scale 2>/dev/null`" = '2' ]; then rm %D/%@/fonts.scale fi mkfontdir %D/%@ 2>/dev/null || true if [ -e %D/%@/fonts.dir -a "`stat -f '%%z' %D/%@/fonts.dir 2>/dev/null`" = '2' ]; then rm %D/%@/fonts.dir fi EOD Index: head/Keywords/fontsdir.ucl =================================================================== --- head/Keywords/fontsdir.ucl (revision 369818) +++ head/Keywords/fontsdir.ucl (revision 369819) @@ -1,19 +1,19 @@ # $FreeBSD$ # # MAINTAINER: x11@FreeBSD.org -actions: [dirrmtry] +actions: [dir] post-install: </dev/null || true mkfontdir %D/%@ 2>/dev/null || true EOD post-deinstall: </dev/null || true if [ -e %D/%@/fonts.scale -a "`stat -f '%%z' %D/%@/fonts.scale 2>/dev/null`" = '2' ]; then rm %D/%@/fonts.scale fi mkfontdir %D/%@ 2>/dev/null || true if [ -e %D/%@/fonts.dir -a "`stat -f '%%z' %D/%@/fonts.dir 2>/dev/null`" = '2' ]; then rm %D/%@/fonts.dir fi EOD