File: prerm-clc-implementation

package info (click to toggle)
dh-lisp 0.7.2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 80 kB
  • sloc: perl: 92; 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