|
|
|
#!/bin/sh set -e # Automatically added by dh_lisp if [ "$1" = "remove" ] || [ "$1" = "upgrade" ] || [ "$1" = "deconfigure" ]; then if [ -x /usr/sbin/unregister-common-lisp-source ]; then /usr/sbin/unregister-common-lisp-source "albert" fi fi # End automatically added section
| Results 1 - 1 |