diff options
author | hrs <hrs@FreeBSD.org> | 2009-06-01 00:29:31 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2009-06-01 00:29:31 +0800 |
commit | 97080c0561d52467062f85f23c56667beaeceb17 (patch) | |
tree | 8a2597010fc2abc05d6cd0293339c90d3b1758a9 /japanese/font-mplus | |
parent | cb3a07af6bd0ee2cddfa3bd4b1e339aac1b167dc (diff) | |
download | freebsd-ports-gnome-97080c0561d52467062f85f23c56667beaeceb17.tar.gz freebsd-ports-gnome-97080c0561d52467062f85f23c56667beaeceb17.tar.zst freebsd-ports-gnome-97080c0561d52467062f85f23c56667beaeceb17.zip |
Use POST-DEINSTALL since mkfontdir(1) must be run after removing files.
Diffstat (limited to 'japanese/font-mplus')
-rw-r--r-- | japanese/font-mplus/files/pkg-install.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/font-mplus/files/pkg-install.in b/japanese/font-mplus/files/pkg-install.in index f023db2a2d5b..4d7642a52c5b 100644 --- a/japanese/font-mplus/files/pkg-install.in +++ b/japanese/font-mplus/files/pkg-install.in @@ -89,7 +89,7 @@ POST-INSTALL) cat fonts.alias.tmp %%FONTSALIAS%% > fonts.alias rm -f fonts.alias.tmp ;; -DEINSTALL) +POST-DEINSTALL) %%LOCALBASE%%/bin/fc-cache -s -f -v ${X_FONTSDIR}/TTF ${X_FONTSDIR}/misc rm -f ${X_FONTSDIR}/TTF/fonts.cache-1 ${X_FONTSDIR}/misc/fonts.cache-1 |