aboutsummaryrefslogtreecommitdiff
path: root/lang/perl5.12/files/use.perl
diff options
context:
space:
mode:
Diffstat (limited to 'lang/perl5.12/files/use.perl')
-rw-r--r--lang/perl5.12/files/use.perl6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/perl5.12/files/use.perl b/lang/perl5.12/files/use.perl
index a75ac2641a65..59ee8ee0fce9 100644
--- a/lang/perl5.12/files/use.perl
+++ b/lang/perl5.12/files/use.perl
@@ -18,15 +18,15 @@ else
fi
if [ "$2" = "POST-INSTALL" ] ; then
- need_remove_links=yes
- need_create_links=yes
+ need_remove_links=%%LINK_USRBIN%%
+ need_create_links=%%LINK_USRBIN%%
need_cleanup_make_conf=yes
need_cleanup_manpath=yes
need_spam_make_conf=yes
need_spam_manpath=yes
need_post_install=yes
elif [ "$2" = "POST-DEINSTALL" ] ; then
- need_remove_links=yes
+ need_remove_links=%%LINK_USRBIN%%
need_cleanup_make_conf=yes
need_cleanup_manpath=yes
else