summaryrefslogtreecommitdiff
path: root/font/alias/Makefile.bsd-wrapper
blob: 648dcb10c1416069470b154bbda023f72ee7757a (plain)
1
2
3
4
5
6
7
8
9
# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2008/03/20 20:54:57 matthieu Exp $

afterinstall:
	@if test -z "$(DESTDIR)"; then \
		echo "running fc-cache";\
		fc-cache -s -v ;\
	fi

.include <bsd.xorg.mk>