diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2009-05-31 16:29:31 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2009-05-31 16:29:31 +0000 |
commit | 444f1c86e3d4400d61556e2ebf58a66443cf08f7 (patch) | |
tree | 13c684d9738cac07b532d71edd794ac9b1cddb89 /japanese/font-mplus | |
parent | fb817c7288bc8d678443409561af59c09191436a (diff) | |
download | ports-444f1c86e3d4400d61556e2ebf58a66443cf08f7.tar.gz ports-444f1c86e3d4400d61556e2ebf58a66443cf08f7.zip |
Use POST-DEINSTALL since mkfontdir(1) must be run after removing files.
Notes
Notes:
svn path=/head/; revision=234923
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 |