home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh -e
-
- # Install the GAC
- if [ -x /usr/share/cli-common/gac-install ]; then
- /usr/share/cli-common/gac-install mono
- fi
-
- # Update the alternatives
- update-alternatives \
- --install /usr/bin/cli-gacutil global-assembly-cache-tool /usr/bin/gacutil 10 \
- --slave /usr/share/man/man1/cli-gacutil.1.gz cli-gacutil.1.gz /usr/share/man/man1/gacutil.1.gz
-
-
-