aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ccache
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ccache')
-rw-r--r--devel/ccache/pkg-plist6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/ccache/pkg-plist b/devel/ccache/pkg-plist
index c141fc6f2731..c3327694fe5a 100644
--- a/devel/ccache/pkg-plist
+++ b/devel/ccache/pkg-plist
@@ -3,6 +3,6 @@ bin/ccache-update-links
man/man1/ccache.1.gz
%%CCLINKDIR%%/world/ccache
%%TINDERBOX%%%%DATADIR%%/ccache.tar
-@exec echo "Create compiler links..."
-@exec %D/bin/ccache-update-links -v
-@unexec find %D/%%CCLINKDIR%% -type l -exec rm -f {} \;
+@postexec echo "Create compiler links..."
+@postexec %D/bin/ccache-update-links -v
+@preunexec find %D/%%CCLINKDIR%% -type l -exec rm -f {} \;