X-Git-Url: https://git.saurik.com/apple/file_cmds.git/blobdiff_plain/6c780a1f93b6cb2162f563ddae2d48867866f44c..f383e97b3f95842c6ff58e791aa34856880a1a41:/rm/Makefile.postamble diff --git a/rm/Makefile.postamble b/rm/Makefile.postamble index 013b558..bc9f08f 100644 --- a/rm/Makefile.postamble +++ b/rm/Makefile.postamble @@ -1 +1,6 @@ include $(CoreOSMakefiles)/ProjectBuilder/Makefile.Postamble.Common + +after_install:: + $(LINKPRODUCT) $(DSTROOT)$(INSTALLDIR)/unlink + mkdir -p "$(DSTROOT)/usr/share/man/man1" + ln -f "$(DSTROOT)/usr/share/man/man1/rm.1" "$(DSTROOT)/usr/share/man/man1/unlink.1"