File: prerm-clc-implementation

package info (click to toggle)
dh-lisp 0.6.6
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 72 kB
  • ctags: 2
  • sloc: perl: 136; makefile: 8
file content (5 lines) | stat: -rw-r--r-- 218 bytes parent folder | download | duplicates (4)
1
2
3
4
5
if [ "$1" = "remove" ] || [ "$1" = "upgrade" ] || [ "$1" = "deconfigure" ]; then
    if which unregister-common-lisp-implementation > /dev/null; then
	unregister-common-lisp-implementation "#IMPLEMENTATION#"
    fi
fi