projects
/
apt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Joey Hess's patch
[apt.git]
/
debian
/
libapt-pkg-doc.prerm
1
#! /bin/sh
2
3
case
"
$1
"
in
4
remove
|
upgrade
|
remove
-in-favour
|
deconfigure
-in-favour
)
5
if
[
-f
/
usr
/
sbin
/
dhelp_parse
];
then
6
/
usr
/
sbin
/
dhelp_parse
-d
/
usr
/
doc
/
libapt
-pkg-doc
7
fi
8
;;
9
failed
-upgrade
)
10
;;
11
esac