File: prerm-clc-source

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