install.sh: stop installing Girocco symlinks
commitc2ce3b22070618d9f5c81cbd01552865a1f761e4
authorKyle J. McKay <mackyle@gmail.com>
Tue, 28 Nov 2017 22:16:36 +0000 (28 14:16 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Tue, 28 Nov 2017 22:16:36 +0000 (28 14:16 -0800)
treeaae1e436004b9908b2e7d5871e4bcca14a64ea9b
parent9c7a9865d8dc4c3ede462d638ebef250831203d1
install.sh: stop installing Girocco symlinks

With the recent switch to `use lib "__BASEDIRE__";` it's now
completely unnecessary to have any "Girocco" symbolic links in the
installed directories.  This prevents a smaller attack surface as
the correct Girocco::* files will still be found no matter what the
state of the current working directory is or what string was passed
as argv[0] to the interpreter.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
install.sh