projects
/
apt.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Create the po *list file when program or library is cal...
[apt.git]
/
debian
/
libapt-pkg-doc.postinst
Commit
Line
Data
396f4b08
AL
1
#! /bin/sh
2
3
case "$1" in
4
configure)
5
if [ -f /usr/sbin/dhelp_parse ]; then
c21a8add
6
/usr/sbin/dhelp_parse -a /usr/share/doc/libapt-pkg-doc
396f4b08
AL
7
fi
8
;;
9
esac
10
0b5c85b5
11
#DEBHELPER#