chiark
/
gitweb
/
~mdw
/
runlisp
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
lib.c: Make `search_recursive' be static, as it should be.
[runlisp]
/
debian
/
runlisp.prerm
1
#! /bin/sh -e
2
3
. /usr/share/debconf/confmodule
4
5
db_get runlisp/dump-custom-images
6
mode=$RET
7
8
case $1 in
9
deconfigure | remove)
10
case $mode in
11
none) ;;
12
*) dump-runlisp-image -arRU ;;
13
esac
14
;;
15
esac
16
17
#DEBHELPER#