File: postinst-clc-source

package info (click to toggle)
dh-lisp 0.7.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 76 kB
  • sloc: perl: 92; makefile: 8
file content (4 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (5)
1
2
3
4
if [ "$1" = "configure" ] &&
    which register-common-lisp-source > /dev/null; then
    register-common-lisp-source "#SYSTEMDIR#"
fi