chiark
/
gitweb
/
~mdw
/
runlisp
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
runlisp.c, README.org: Ignore unknown permitted Lisp systems.
[runlisp]
/
debian
/
runlisp.postrm
1
#! /bin/sh -e
2
3
case $1 in
4
purge)
5
rm -f /etc/runlisp/runlisp.d/8debconf
6
;;
7
esac
8
9
#DEBHELPER#