File: prerm-clc-source

package info (click to toggle)
dh-lisp 0.6.2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 488 kB
  • sloc: perl: 131; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 204 bytes parent folder | download | duplicates (2)
1
2
3
4
5
if [ "$1" = "remove" ] || [ "$1" = "upgrade" ] || [ "$1" = "deconfigure" ]; then
	if [ -x /usr/sbin/unregister-common-lisp-source ]; then
	    /usr/sbin/unregister-common-lisp-source "#SYSTEMDIR#"
	fi
fi