postinst should pass control to debconf scripts.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8910 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
eyck 2003-01-12 13:34:06 +00:00
parent dd8c924bae
commit 5f112db5ee
1 changed files with 7 additions and 0 deletions

7
debian/postinst vendored
View File

@ -85,3 +85,10 @@ sub saveolddata {
sub debug {
print STDERR @_, "\n";
}
# pass control to debhelper scripts..
#
system <<EODEBHELPER;
#DEBHELPER#
EODEBHELPER