updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / cl-asdf / asdf.install
blob7a87cb9ad5f080941414d2f7ebfb39ed62fc3103
1 post_install() {
2     cat << EOM
4 To load included library \$lib, run the following line:
6 (load #p"/usr/share/common-lisp/source/asdf/\$lib.lisp")
8 To prevent a conflict with sbcl package, the info file has been renamed to asdf-git.
9 Use 'info asdf-git' command to view it.
10 EOM
12     cd /usr/share/info
13     install-info asdf-git.info dir
16 post_upgrade() {
17     post_install
20 pre_remove() {
21     cd /usr/share/info
22     install-info --remove asdf-git.info dir
25 # End of file