diff options
Diffstat (limited to 'lang/gcc47')
-rw-r--r-- | lang/gcc47/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc47/pkg-plist b/lang/gcc47/pkg-plist index d276a41996c5..b5a09c489493 100644 --- a/lang/gcc47/pkg-plist +++ b/lang/gcc47/pkg-plist @@ -74,6 +74,6 @@ share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/printers.py %%JAVA%%man/man3/ffi_prep_cif%%SUFFIX%%.3.gz %%JAVA%%share/java/libgcj-%%GCC_VERSION%%.jar %%JAVA%%share/java/libgcj-tools-%%GCC_VERSION%%.jar -@exec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi -@unexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi +@postexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi +@postunexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi @comment Insert PLIST.lib here |