projects
/
apt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
7a8249def0b1275928a6ba1c0733a1d6ae9a9b37
[apt.git]
/
debian
/
libapt-pkg-doc.postinst
1
#! /bin/sh
2
3
case
"
$1
"
in
4
configure
)
5
if
[
-f
/
usr
/
sbin
/
dhelp_parse
];
then
6
/
usr
/
sbin
/
dhelp_parse
-a
/
usr
/
share
/
doc
/
libapt
-pkg-doc
7
fi
8
;;
9
esac
10
11
#DEBHELPER#